MongoDbDatabaseInfo.Collections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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