TableRequestOptions.LocationMode Property

Definition

Gets or sets the location mode of the request.

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

Property Value

A LocationMode enumeration value indicating the location mode of the request.

Applies to