Class DocumentDbCollectionDatasetResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.DocumentDbCollectionDatasetResponse
-
public final class DocumentDbCollectionDatasetResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DocumentDbCollectionDatasetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
static DocumentDbCollectionDatasetResponse.Builder
builder()
static DocumentDbCollectionDatasetResponse.Builder
builder(DocumentDbCollectionDatasetResponse defaults)
java.lang.Object
collectionName()
java.util.Optional<java.lang.String>
description()
java.util.Optional<DatasetResponseFolder>
folder()
LinkedServiceReferenceResponse
linkedServiceName()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<java.lang.Object>
schema()
java.util.Optional<java.lang.Object>
structure()
java.lang.String
type()
-
-
-
Method Detail
-
annotations
public java.util.List<java.lang.Object> annotations()
- Returns:
- List of tags that can be used for describing the Dataset.
-
collectionName
public java.lang.Object collectionName()
- Returns:
- Document Database collection name. Type: string (or Expression with resultType string).
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Dataset description.
-
folder
public java.util.Optional<DatasetResponseFolder> folder()
- Returns:
- The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
-
linkedServiceName
public LinkedServiceReferenceResponse linkedServiceName()
- Returns:
- Linked service reference.
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for dataset.
-
schema
public java.util.Optional<java.lang.Object> schema()
- Returns:
- Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
-
structure
public java.util.Optional<java.lang.Object> structure()
- Returns:
- Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
-
type
public java.lang.String type()
- Returns:
- Type of dataset. Expected value is 'DocumentDbCollection'.
-
builder
public static DocumentDbCollectionDatasetResponse.Builder builder()
-
builder
public static DocumentDbCollectionDatasetResponse.Builder builder(DocumentDbCollectionDatasetResponse defaults)
-
-