Class CosmosDbMongoDbApiCollectionDataset
The CosmosDB (MongoDB API) database dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CosmosDbMongoDbApiCollectionDataset/CosmosDbMongoDbApiCollectionDatasetConverter))]
public class CosmosDbMongoDbApiCollectionDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
CosmosDbMongoDbApiCollectionDataset(LinkedServiceReference, Object)
Initializes a new instance of CosmosDbMongoDbApiCollectionDataset.
Declaration
public CosmosDbMongoDbApiCollectionDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object collection);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
|
System.Object
collection
The collection name of the CosmosDB (MongoDB API) database. Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|
Properties
Collection
The collection name of the CosmosDB (MongoDB API) database. Type: string (or Expression with resultType string).
Declaration
public object Collection { get; set; }
Property Value
|
System.Object
|