Show / Hide Table of Contents

Class MongoDbAtlasCollectionDataset

The MongoDB Atlas database dataset.

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

Constructors

MongoDbAtlasCollectionDataset(LinkedServiceReference, Object)

Initializes a new instance of MongoDbAtlasCollectionDataset.

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

Linked service reference.

System.Object collection

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

Exceptions
System.ArgumentNullException

linkedServiceName or collection is null.

Properties

Collection

The collection name of the MongoDB Atlas 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