Show / Hide Table of Contents

Class MongoDbCollectionDataset

The MongoDB database dataset.

Inheritance
System.Object
Dataset
MongoDbCollectionDataset
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.MongoDbCollectionDataset/MongoDbCollectionDatasetConverter))]
public class MongoDbCollectionDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

MongoDbCollectionDataset(LinkedServiceReference, Object)

Initializes a new instance of MongoDbCollectionDataset.

Declaration
public MongoDbCollectionDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object collectionName);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

System.Object collectionName

The table name of the MongoDB database. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

linkedServiceName or collectionName is null.

Properties

CollectionName

The table name of the MongoDB database. Type: string (or Expression with resultType string).

Declaration
public object CollectionName { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET