Share via


MongoDbShardKeySetting.Fields Property

Definition

Gets or sets the fields within the shard key

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to