共用方式為


ClusterKey.OrderBy Property

Definition

Gets or sets order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc"

[Newtonsoft.Json.JsonProperty(PropertyName="orderBy")]
public string OrderBy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="orderBy")>]
member this.OrderBy : string with get, set
Public Property OrderBy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to