次の方法で共有


ClusterKey.OrderBy プロパティ

定義

Cosmos DB Cassandra テーブル クラスター キーの順序を取得または設定します。"Asc" と "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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象