Condividi tramite


ContainerPartitionKey.Kind Property

Definition

Gets or sets indicates the kind of algorithm used for partitioning. Possible values include: 'Hash', 'Range'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.PartitionKind Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Microsoft.Azure.Management.CosmosDB.Fluent.Models.PartitionKind with get, set
Public Property Kind As PartitionKind

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to