次の方法で共有


CassandraSchema.PartitionKeys プロパティ

定義

パーティション キーの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="partitionKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraPartitionKey> PartitionKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionKeys")>]
member this.PartitionKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraPartitionKey> with get, set
Public Property PartitionKeys As IList(Of CassandraPartitionKey)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象