TablePayloadFormat Enumeration (Microsoft.WindowsAzure.Storage.Table)
From Microsoft.WindowsAzure.Storage.Queue
TablePayloadFormat Enumeration
Describes the payload formats supported for Tables.
Namespace:
Microsoft.WindowsAzure.Storage.Table
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name Description Json
Use JSON with minimal metadata.
JsonFullMetadata
Use JSON with full metadata.
JsonNoMetadata
Use JSON with no metadata.
Return to top
Describes the payload formats supported for Tables.
Syntax
Members
| Member name | Description | |
|---|---|---|
| Json | Use JSON with minimal metadata. | |
| JsonFullMetadata | Use JSON with full metadata. | |
| JsonNoMetadata | Use JSON with no metadata. |