ParquetFormat Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DatasetStorageFormat - com.
azure. resourcemanager. datafactory. models. ParquetFormat
- com.
- com.
public final class ParquetFormat
extends DatasetStorageFormat
The data stored in Parquet format.
Constructor Summary
| Constructor | Description |
|---|---|
| ParquetFormat() |
Creates an instance of Parquet |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Parquet |
fromJson(JsonReader jsonReader)
Reads an instance of Parquet |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset storage format. |
| void |
validate()
Validates the instance. |
|
Parquet |
withDeserializer(Object deserializer)
Set the deserializer property: Deserializer. |
|
Parquet |
withSerializer(Object serializer)
Set the serializer property: Serializer. |
Methods inherited from DatasetStorageFormat
Methods inherited from java.lang.Object
Constructor Details
ParquetFormat
public ParquetFormat()
Creates an instance of ParquetFormat class.
Method Details
fromJson
public static ParquetFormat fromJson(JsonReader jsonReader)
Reads an instance of ParquetFormat from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ParquetFormat.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of dataset storage format.
Overrides:
ParquetFormat.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ParquetFormat.validate()withDeserializer
public ParquetFormat withDeserializer(Object deserializer)
Set the deserializer property: Deserializer. Type: string (or Expression with resultType string).
Overrides:
ParquetFormat.withDeserializer(Object deserializer)Parameters:
withSerializer
public ParquetFormat withSerializer(Object serializer)
Set the serializer property: Serializer. Type: string (or Expression with resultType string).
Overrides:
ParquetFormat.withSerializer(Object serializer)Parameters: