AzureBlobDataset Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Dataset - com.
azure. resourcemanager. datafactory. models. AzureBlobDataset
- com.
- com.
public final class AzureBlobDataset
extends Dataset
The Azure Blob storage.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureBlobDataset() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dataset |
compression()
Get the compression property: The data compression method used for the blob storage. |
| Object |
fileName()
Get the file |
| Object |
folderPath()
Get the folder |
|
Dataset |
format()
Get the format property: The format of the Azure Blob storage. |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| Object |
modifiedDatetimeEnd()
Get the modified |
| Object |
modifiedDatetimeStart()
Get the modified |
| Object |
tableRootLocation()
Get the table |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset. |
|
Azure |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
|
Azure |
withCompression(DatasetCompression compression)
Set the compression property: The data compression method used for the blob storage. |
|
Azure |
withDescription(String description)
Set the description property: Dataset description. |
|
Azure |
withFileName(Object fileName)
Set the file |
|
Azure |
withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
|
Azure |
withFolderPath(Object folderPath)
Set the folder |
|
Azure |
withFormat(DatasetStorageFormat format)
Set the format property: The format of the Azure Blob storage. |
|
Azure |
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
|
Azure |
withModifiedDatetimeEnd(Object modifiedDatetimeEnd)
Set the modified |
|
Azure |
withModifiedDatetimeStart(Object modifiedDatetimeStart)
Set the modified |
|
Azure |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
|
Azure |
withSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
|
Azure |
withStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. |
|
Azure |
withTableRootLocation(Object tableRootLocation)
Set the table |
Methods inherited from Dataset
Methods inherited from java.lang.Object
Constructor Details
AzureBlobDataset
public AzureBlobDataset()
Creates an instance of AzureBlobDataset class.
Method Details
compression
public DatasetCompression compression()
Get the compression property: The data compression method used for the blob storage.
Returns:
fileName
public Object fileName()
Get the fileName property: The name of the Azure Blob. Type: string (or Expression with resultType string).
Returns:
folderPath
public Object folderPath()
Get the folderPath property: The path of the Azure Blob storage. Type: string (or Expression with resultType string).
Returns:
format
public DatasetStorageFormat format()
Get the format property: The format of the Azure Blob storage.
Returns:
fromJson
public static AzureBlobDataset fromJson(JsonReader jsonReader)
Reads an instance of AzureBlobDataset from the JsonReader.
Parameters:
Returns:
Throws:
modifiedDatetimeEnd
public Object modifiedDatetimeEnd()
Get the modifiedDatetimeEnd property: The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string).
Returns:
modifiedDatetimeStart
public Object modifiedDatetimeStart()
Get the modifiedDatetimeStart property: The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string).
Returns:
tableRootLocation
public Object tableRootLocation()
Get the tableRootLocation property: The root of blob path. Type: string (or Expression with resultType string).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AzureBlobDataset.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of dataset.
Overrides:
AzureBlobDataset.type()Returns:
withAnnotations
public AzureBlobDataset withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Overrides:
AzureBlobDataset.withAnnotations(List<Object> annotations)Parameters:
withCompression
public AzureBlobDataset withCompression(DatasetCompression compression)
Set the compression property: The data compression method used for the blob storage.
Parameters:
Returns:
withDescription
public AzureBlobDataset withDescription(String description)
Set the description property: Dataset description.
Overrides:
AzureBlobDataset.withDescription(String description)Parameters:
withFileName
public AzureBlobDataset withFileName(Object fileName)
Set the fileName property: The name of the Azure Blob. Type: string (or Expression with resultType string).
Parameters:
Returns:
withFolder
public AzureBlobDataset 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:
AzureBlobDataset.withFolder(DatasetFolder folder)Parameters:
withFolderPath
public AzureBlobDataset withFolderPath(Object folderPath)
Set the folderPath property: The path of the Azure Blob storage. Type: string (or Expression with resultType string).
Parameters:
Returns:
withFormat
public AzureBlobDataset withFormat(DatasetStorageFormat format)
Set the format property: The format of the Azure Blob storage.
Parameters:
Returns:
withLinkedServiceName
public AzureBlobDataset withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Overrides:
AzureBlobDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName)Parameters:
withModifiedDatetimeEnd
public AzureBlobDataset withModifiedDatetimeEnd(Object modifiedDatetimeEnd)
Set the modifiedDatetimeEnd property: The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string).
Parameters:
Returns:
withModifiedDatetimeStart
public AzureBlobDataset withModifiedDatetimeStart(Object modifiedDatetimeStart)
Set the modifiedDatetimeStart property: The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string).
Parameters:
Returns:
withParameters
public AzureBlobDataset withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Overrides:
AzureBlobDataset.withParameters(Map<String,ParameterSpecification> parameters)Parameters:
withSchema
public AzureBlobDataset 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:
AzureBlobDataset.withSchema(Object schema)Parameters:
withStructure
public AzureBlobDataset 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:
AzureBlobDataset.withStructure(Object structure)Parameters:
withTableRootLocation
public AzureBlobDataset withTableRootLocation(Object tableRootLocation)
Set the tableRootLocation property: The root of blob path. Type: string (or Expression with resultType string).
Parameters:
Returns: