BinaryDataset Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Dataset - com.
azure. analytics. synapse. artifacts. models. BinaryDataset
- com.
- com.
public class BinaryDataset
extends Dataset
Binary dataset.
Constructor Summary
| Constructor | Description |
|---|---|
| BinaryDataset() |
Creates an instance of Binary |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Binary |
fromJson(JsonReader jsonReader)
Reads an instance of Binary |
|
Dataset |
getCompression()
Get the compression property: The data compression method used for the binary dataset. |
|
Dataset |
getLocation()
Get the location property: The location of the Binary storage. |
| String |
getType()
Get the type property: Type of dataset. |
|
Binary |
setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset. |
|
Binary |
setCompression(DatasetCompression compression)
Set the compression property: The data compression method used for the binary dataset. |
|
Binary |
setDescription(String description)
Set the description property: Dataset description. |
|
Binary |
setFolder(DatasetFolder folder)
Set the folder property: The folder that this Dataset is in. |
|
Binary |
setLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linked |
|
Binary |
setLocation(DatasetLocation location)
Set the location property: The location of the Binary storage. |
|
Binary |
setParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset. |
|
Binary |
setSchema(Object schema)
Set the schema property: Columns that define the physical type schema of the dataset. |
|
Binary |
setStructure(Object structure)
Set the structure property: Columns that define the structure of the dataset. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from Dataset
Methods inherited from java.lang.Object
Constructor Details
BinaryDataset
public BinaryDataset()
Creates an instance of BinaryDataset class.
Method Details
fromJson
public static BinaryDataset fromJson(JsonReader jsonReader)
Reads an instance of BinaryDataset from the JsonReader.
Parameters:
Returns:
Throws:
getCompression
public DatasetCompression getCompression()
Get the compression property: The data compression method used for the binary dataset.
Returns:
getLocation
public DatasetLocation getLocation()
Get the location property: The location of the Binary storage.
Returns:
getType
public String getType()
Get the type property: Type of dataset.
Overrides:
BinaryDataset.getType()Returns:
setAnnotations
public BinaryDataset setAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Dataset.
Overrides:
BinaryDataset.setAnnotations(List<Object> annotations)Parameters:
setCompression
public BinaryDataset setCompression(DatasetCompression compression)
Set the compression property: The data compression method used for the binary dataset.
Parameters:
Returns:
setDescription
public BinaryDataset setDescription(String description)
Set the description property: Dataset description.
Overrides:
BinaryDataset.setDescription(String description)Parameters:
setFolder
public BinaryDataset setFolder(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.setFolder(DatasetFolder folder)Parameters:
setLinkedServiceName
public BinaryDataset setLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Linked service reference.
Overrides:
BinaryDataset.setLinkedServiceName(LinkedServiceReference linkedServiceName)Parameters:
setLocation
public BinaryDataset setLocation(DatasetLocation location)
Set the location property: The location of the Binary storage.
Parameters:
Returns:
setParameters
public BinaryDataset setParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for dataset.
Overrides:
BinaryDataset.setParameters(Map<String,ParameterSpecification> parameters)Parameters:
setSchema
public BinaryDataset setSchema(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.setSchema(Object schema)Parameters:
setStructure
public BinaryDataset setStructure(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.setStructure(Object structure)Parameters:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BinaryDataset.toJson(JsonWriter jsonWriter)Parameters:
Throws: