CustomDataset |
CustomDataset.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the Dataset.
|
CustomDataset |
CustomDataset.withDescription(String description) |
Set the description property: Dataset description.
|
CustomDataset |
CustomDataset.withFolder(DatasetFolder folder) |
Set the folder property: The folder that this Dataset is in.
|
CustomDataset |
CustomDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
CustomDataset |
CustomDataset.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for dataset.
|
CustomDataset |
CustomDataset.withSchema(Object schema) |
Set the schema property: Columns that define the physical type schema of the dataset.
|
CustomDataset |
CustomDataset.withStructure(Object structure) |
Set the structure property: Columns that define the structure of the dataset.
|
CustomDataset |
CustomDataset.withTypeProperties(Object typeProperties) |
Set the typeProperties property: Custom dataset properties.
|