BinaryDataset Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. Dataset - com.
azure. resourcemanager. datafactory. models. BinaryDataset
- com.
- com.
public final class BinaryDataset
extends Dataset
Binary dataset.
Constructor Summary
| Constructor | Description |
|---|---|
| BinaryDataset() |
Creates an instance of Binary |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dataset |
compression()
Get the compression property: The data compression method used for the binary dataset. |
|
static
Binary |
fromJson(JsonReader jsonReader)
Reads an instance of Binary |
|
Dataset |
location()
Get the location property: The location of the Binary storage. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset. |
| void |
validate()
Validates the instance. |
|
Binary |
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
|
Binary |
withCompression(DatasetCompression compression)
Set the compression property: The data compression method used for the binary dataset. |
|
Binary |
withDescription(String description)
Set the description property: Dataset description. |
|
Binary |
withFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
|
Binary |
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
|
Binary |
withLocation(DatasetLocation location)
Set the location property: The location of the Binary storage. |
|
Binary |
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
|
Binary |
withSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
|
Binary |
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
BinaryDataset
public BinaryDataset()
Creates an instance of BinaryDataset class.
Method Details
compression
public DatasetCompression compression()
Get the compression property: The data compression method used for the binary dataset.
Returns:
fromJson
public static BinaryDataset fromJson(JsonReader jsonReader)
Reads an instance of BinaryDataset from the JsonReader.
Parameters:
Returns:
Throws:
location
public DatasetLocation location()
Get the location property: The location of the Binary storage.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BinaryDataset.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of dataset.
Overrides:
BinaryDataset.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
BinaryDataset.validate()withAnnotations
public BinaryDataset withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Overrides:
BinaryDataset.withAnnotations(List<Object> annotations)Parameters:
withCompression
public BinaryDataset withCompression(DatasetCompression compression)
Set the compression property: The data compression method used for the binary dataset.
Parameters:
Returns:
withDescription
public BinaryDataset withDescription(String description)
Set the description property: Dataset description.
Overrides:
BinaryDataset.withDescription(String description)Parameters:
withFolder
public BinaryDataset 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:
BinaryDataset.withFolder(DatasetFolder folder)Parameters:
withLinkedServiceName
public BinaryDataset withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Overrides:
BinaryDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName)Parameters:
withLocation
public BinaryDataset withLocation(DatasetLocation location)
Set the location property: The location of the Binary storage.
Parameters:
Returns:
withParameters
public BinaryDataset withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Overrides:
BinaryDataset.withParameters(Map<String,ParameterSpecification> parameters)Parameters:
withSchema
public BinaryDataset 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:
BinaryDataset.withSchema(Object schema)Parameters:
withStructure
public BinaryDataset 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:
BinaryDataset.withStructure(Object structure)Parameters: