Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Describes the payload formats supported for Tables.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum TablePayloadFormat
 
public enum class TablePayloadFormat
 
type TablePayloadFormat
 
Public Enumeration TablePayloadFormat

Members

Member nameDescription
Json

Use JSON with minimal metadata.

JsonFullMetadata

Use JSON with full metadata.

JsonNoMetadata

Use JSON with no metadata.

Return to top