Class MongoDbV2CollectionDataset
The MongoDB 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.MongoDbV2CollectionDataset/MongoDbV2CollectionDatasetConverter))]
public class MongoDbV2CollectionDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
MongoDbV2CollectionDataset(LinkedServiceReference, Object)
Initializes a new instance of MongoDbV2CollectionDataset.
Declaration
public MongoDbV2CollectionDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object collection);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
|
System.Object
collection
The collection name of the MongoDB database. Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|
Properties
Collection
The collection name of the MongoDB database. Type: string (or Expression with resultType string).
Declaration
public object Collection { get; set; }
Property Value
|
System.Object
|