Partager via


MongoDbDatabaseInfo.Collections Property

Definition

Gets or sets a list of supported collections in a MongoDB database

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to