Bagikan melalui


CassandraSchema.PartitionKeys Property

Definition

Gets or sets list of partition key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to