Share via


MongoDbCollectionInfo.ShardKey Property

Definition

Gets or sets the shard key on the collection, or null if the collection is not sharded

[Newtonsoft.Json.JsonProperty(PropertyName="shardKey")]
public Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyInfo ShardKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="shardKey")>]
member this.ShardKey : Microsoft.Azure.Management.DataMigration.Models.MongoDbShardKeyInfo with get, set
Public Property ShardKey As MongoDbShardKeyInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to