BinaryReadSettings Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. FormatReadSettings - com.
azure. analytics. synapse. artifacts. models. BinaryReadSettings
- com.
- com.
public final class BinaryReadSettings
extends FormatReadSettings
Binary read settings.
Constructor Summary
| Constructor | Description |
|---|---|
| BinaryReadSettings() |
Creates an instance of Binary |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Binary |
fromJson(JsonReader jsonReader)
Reads an instance of Binary |
|
Compression |
getCompressionProperties()
Get the compression |
| String |
getType()
Get the type property: The read setting type. |
|
Binary |
setCompressionProperties(CompressionReadSettings compressionProperties)
Set the compression |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from FormatReadSettings
Methods inherited from java.lang.Object
Constructor Details
BinaryReadSettings
public BinaryReadSettings()
Creates an instance of BinaryReadSettings class.
Method Details
fromJson
public static BinaryReadSettings fromJson(JsonReader jsonReader)
Reads an instance of BinaryReadSettings from the JsonReader.
Parameters:
Returns:
Throws:
getCompressionProperties
public CompressionReadSettings getCompressionProperties()
Get the compressionProperties property: Compression settings.
Returns:
getType
public String getType()
Get the type property: The read setting type.
Overrides:
BinaryReadSettings.getType()Returns:
setCompressionProperties
public BinaryReadSettings setCompressionProperties(CompressionReadSettings compressionProperties)
Set the compressionProperties property: Compression settings.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BinaryReadSettings.toJson(JsonWriter jsonWriter)Parameters:
Throws: