TableRequestOptions.PayloadFormat Property

Definition

Gets or sets the TablePayloadFormat that will be used for the request.

public Microsoft.Azure.Cosmos.Table.TablePayloadFormat? PayloadFormat { get; set; }
member this.PayloadFormat : Nullable<Microsoft.Azure.Cosmos.Table.TablePayloadFormat> with get, set
Public Property PayloadFormat As Nullable(Of TablePayloadFormat)

Property Value

A TablePayloadFormat enumeration value.

Applies to