DocumentDbCollectionDataset Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Dataset - com.
azure. resourcemanager. datafactory. models. DocumentDbCollectionDataset
- com.
- com.
public final class DocumentDbCollectionDataset
extends Dataset
Microsoft Azure Document Database Collection dataset.
Constructor Summary
| Constructor | Description |
|---|---|
| DocumentDbCollectionDataset() |
Creates an instance of Document |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
collectionName()
Get the collection |
|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset. |
|
Document |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
|
Document |
withCollectionName(Object collectionName)
Set the collection |
|
Document |
withDescription(String description)
Set the description property: Dataset description. |
|
Document |
withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
|
Document |
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
|
Document |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
|
Document |
withSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
|
Document |
withStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. |
Methods inherited from Dataset
Methods inherited from java.lang.Object
Constructor Details
DocumentDbCollectionDataset
public DocumentDbCollectionDataset()
Creates an instance of DocumentDbCollectionDataset class.
Method Details
collectionName
public Object collectionName()
Get the collectionName property: Document Database collection name. Type: string (or Expression with resultType string).
Returns:
fromJson
public static DocumentDbCollectionDataset fromJson(JsonReader jsonReader)
Reads an instance of DocumentDbCollectionDataset from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DocumentDbCollectionDataset.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of dataset.
Overrides:
DocumentDbCollectionDataset.type()Returns:
withAnnotations
public DocumentDbCollectionDataset withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Overrides:
DocumentDbCollectionDataset.withAnnotations(List<Object> annotations)Parameters:
withCollectionName
public DocumentDbCollectionDataset withCollectionName(Object collectionName)
Set the collectionName property: Document Database collection name. Type: string (or Expression with resultType string).
Parameters:
Returns:
withDescription
public DocumentDbCollectionDataset withDescription(String description)
Set the description property: Dataset description.
Overrides:
DocumentDbCollectionDataset.withDescription(String description)Parameters:
withFolder
public DocumentDbCollectionDataset withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
Overrides:
DocumentDbCollectionDataset.withFolder(DatasetFolder folder)Parameters:
withLinkedServiceName
public DocumentDbCollectionDataset withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Overrides:
DocumentDbCollectionDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName)Parameters:
withParameters
public DocumentDbCollectionDataset withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Overrides:
DocumentDbCollectionDataset.withParameters(Map<String,ParameterSpecification> parameters)Parameters:
withSchema
public DocumentDbCollectionDataset withSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
Overrides:
DocumentDbCollectionDataset.withSchema(Object schema)Parameters:
withStructure
public DocumentDbCollectionDataset withStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
Overrides:
DocumentDbCollectionDataset.withStructure(Object structure)Parameters: