ClusterKey.OrderBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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