共用方式為


CassandraSchema.ClusterKeys Property

Definition

Gets or sets list of cluster key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to