CloudTableClient.PayloadFormat Property

 

Note: This API is now obsolete.

Gets and sets the table payload format for requests against any table accessed with this CloudTableClient object.

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

Syntax

[ObsoleteAttribute("Use DefaultRequestOptions.PayloadFormat.")]
public Nullable<TablePayloadFormat> PayloadFormat { get; set; }
<ObsoleteAttribute("Use DefaultRequestOptions.PayloadFormat.")>
Public Property PayloadFormat As Nullable(Of TablePayloadFormat)

Property Value

Type: System.Nullable<TablePayloadFormat>

A TablePayloadFormat enumeration value.

Remarks

By default, this property is set to Json.

See Also

CloudTableClient Class
Microsoft.WindowsAzure.Storage.Table Namespace

Return to top