Show / Hide Table of Contents

Class MongoDbV2CollectionDataset

The MongoDB database dataset.

Inheritance
System.Object
Dataset
MongoDbV2CollectionDataset
Inherited Members
Dataset.AdditionalProperties
Dataset.Annotations
Dataset.Description
Dataset.Folder
Dataset.LinkedServiceName
Dataset.Parameters
Dataset.Schema
Dataset.Structure
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

linkedServiceName or collection is null.

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

Back to top Azure SDK for .NET