Class AzureBlobDataset
java.lang.Object
com.azure.resourcemanager.datafactory.models.Dataset
com.azure.resourcemanager.datafactory.models.AzureBlobDataset
The Azure Blob storage.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the compression property: The data compression method used for the blob storage.fileName()
Get the fileName property: The name of the Azure Blob.Get the folderPath property: The path of the Azure Blob storage.format()
Get the format property: The format of the Azure Blob storage.Get the modifiedDatetimeEnd property: The end of Azure Blob's modified datetime.Get the modifiedDatetimeStart property: The start of Azure Blob's modified datetime.Get the tableRootLocation property: The root of blob path.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.withCompression
(DatasetCompression compression) Set the compression property: The data compression method used for the blob storage.withDescription
(String description) Set the description property: Dataset description.withFileName
(Object fileName) Set the fileName property: The name of the Azure Blob.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.withFolderPath
(Object folderPath) Set the folderPath property: The path of the Azure Blob storage.withFormat
(DatasetStorageFormat format) Set the format property: The format of the Azure Blob storage.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.withModifiedDatetimeEnd
(Object modifiedDatetimeEnd) Set the modifiedDatetimeEnd property: The end of Azure Blob's modified datetime.withModifiedDatetimeStart
(Object modifiedDatetimeStart) Set the modifiedDatetimeStart property: The start of Azure Blob's modified datetime.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.withTableRootLocation
(Object tableRootLocation) Set the tableRootLocation property: The root of blob path.Methods inherited from class com.azure.resourcemanager.datafactory.models.Dataset
additionalProperties, annotations, description, folder, linkedServiceName, parameters, schema, structure, withAdditionalProperties
-
Constructor Details
-
AzureBlobDataset
public AzureBlobDataset()Creates an instance of AzureBlobDataset class.
-
-
Method Details
-
withDescription
Set the description property: Dataset description.- Overrides:
withDescription
in classDataset
- Parameters:
description
- the description value to set.- Returns:
- the Dataset object itself.
-
withStructure
Set the structure property: Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.- Overrides:
withStructure
in classDataset
- Parameters:
structure
- the structure value to set.- Returns:
- the Dataset object itself.
-
withSchema
Set the schema property: Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.- Overrides:
withSchema
in classDataset
- Parameters:
schema
- the schema value to set.- Returns:
- the Dataset object itself.
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classDataset
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the Dataset object itself.
-
withParameters
Set the parameters property: Parameters for dataset.- Overrides:
withParameters
in classDataset
- Parameters:
parameters
- the parameters value to set.- Returns:
- the Dataset object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the Dataset.- Overrides:
withAnnotations
in classDataset
- Parameters:
annotations
- the annotations value to set.- Returns:
- the Dataset object itself.
-
withFolder
Set the folder property: The folder that this Dataset is in. If not specified, Dataset will appear at the root level.- Overrides:
withFolder
in classDataset
- Parameters:
folder
- the folder value to set.- Returns:
- the Dataset object itself.
-
folderPath
Get the folderPath property: The path of the Azure Blob storage. Type: string (or Expression with resultType string).- Returns:
- the folderPath value.
-
withFolderPath
Set the folderPath property: The path of the Azure Blob storage. Type: string (or Expression with resultType string).- Parameters:
folderPath
- the folderPath value to set.- Returns:
- the AzureBlobDataset object itself.
-
tableRootLocation
Get the tableRootLocation property: The root of blob path. Type: string (or Expression with resultType string).- Returns:
- the tableRootLocation value.
-
withTableRootLocation
Set the tableRootLocation property: The root of blob path. Type: string (or Expression with resultType string).- Parameters:
tableRootLocation
- the tableRootLocation value to set.- Returns:
- the AzureBlobDataset object itself.
-
fileName
Get the fileName property: The name of the Azure Blob. Type: string (or Expression with resultType string).- Returns:
- the fileName value.
-
withFileName
Set the fileName property: The name of the Azure Blob. Type: string (or Expression with resultType string).- Parameters:
fileName
- the fileName value to set.- Returns:
- the AzureBlobDataset object itself.
-
modifiedDatetimeStart
Get the modifiedDatetimeStart property: The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string).- Returns:
- the modifiedDatetimeStart value.
-
withModifiedDatetimeStart
Set the modifiedDatetimeStart property: The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string).- Parameters:
modifiedDatetimeStart
- the modifiedDatetimeStart value to set.- Returns:
- the AzureBlobDataset object itself.
-
modifiedDatetimeEnd
Get the modifiedDatetimeEnd property: The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string).- Returns:
- the modifiedDatetimeEnd value.
-
withModifiedDatetimeEnd
Set the modifiedDatetimeEnd property: The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string).- Parameters:
modifiedDatetimeEnd
- the modifiedDatetimeEnd value to set.- Returns:
- the AzureBlobDataset object itself.
-
format
Get the format property: The format of the Azure Blob storage.- Returns:
- the format value.
-
withFormat
Set the format property: The format of the Azure Blob storage.- Parameters:
format
- the format value to set.- Returns:
- the AzureBlobDataset object itself.
-
compression
Get the compression property: The data compression method used for the blob storage.- Returns:
- the compression value.
-
withCompression
Set the compression property: The data compression method used for the blob storage.- Parameters:
compression
- the compression value to set.- Returns:
- the AzureBlobDataset object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataset
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-