Show / Hide Table of Contents

Class DocumentDbCollectionDataset

Microsoft Azure Document Database Collection dataset.

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

Constructors

DocumentDbCollectionDataset(LinkedServiceReference, Object)

Initializes a new instance of DocumentDbCollectionDataset.

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

Linked service reference.

System.Object collectionName

Document Database collection name. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

linkedServiceName or collectionName is null.

Properties

CollectionName

Document Database collection name. Type: string (or Expression with resultType string).

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

Back to top Azure SDK for .NET