Share via


MongoDbShardKeySetting.IsUnique Property

Definition

Gets or sets whether the shard key is unique

[Newtonsoft.Json.JsonProperty(PropertyName="isUnique")]
public bool IsUnique { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isUnique")>]
member this.IsUnique : bool with get, set
Public Property IsUnique As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to