TablePayloadFormat Enum
- java.
lang. Object - java.
lang. Enum<TablePayloadFormat> - com.
microsoft. azure. storage. table. TablePayloadFormat
- com.
- java.
public enum TablePayloadFormat
Describes the payload formats supported for Tables.
Fields
Json |
Use JSON with minimal metadata. |
JsonFullMetadata |
Use JSON with full metadata. |
JsonNoMetadata |
Use JSON with no metadata. |
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