Ignore Interface
public interface Ignore
An annotation set on a method to prevent its use in serializing or deserializing a property by reflection. Apply the annotation to methods in a class implementing TableEntity to force them to be ignored during reflection-based serialization and deserialization. See the documentation for TableServiceEntity for more information on using reflection-based serialization and deserialization.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java