Class DocumentDbCollectionDataset
Microsoft Azure Document Database Collection 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.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
|
Properties
CollectionName
Document Database collection name. Type: string (or Expression with resultType string).
Declaration
public object CollectionName { get; set; }
Property Value
|
System.Object
|