다음을 통해 공유


CosmosDbMongoDbApiCollectionDataset.Collection Property

Definition

Gets or sets the collection name of the CosmosDB (MongoDB API) database. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.collection")]
public object Collection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.collection")>]
member this.Collection : obj with get, set
Public Property Collection As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to