Class DatasetStorageFormat
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetStorageFormat
- Direct Known Subclasses:
AvroFormat
,JsonFormat
,OrcFormat
,ParquetFormat
,TextFormat
The format definition of a storage.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: The format definition of a storage.Get the deserializer property: Deserializer.Get the serializer property: Serializer.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The format definition of a storage.withDeserializer
(Object deserializer) Set the deserializer property: Deserializer.withSerializer
(Object serializer) Set the serializer property: Serializer.
-
Constructor Details
-
DatasetStorageFormat
public DatasetStorageFormat()Creates an instance of DatasetStorageFormat class.
-
-
Method Details
-
serializer
Get the serializer property: Serializer. Type: string (or Expression with resultType string).- Returns:
- the serializer value.
-
withSerializer
Set the serializer property: Serializer. Type: string (or Expression with resultType string).- Parameters:
serializer
- the serializer value to set.- Returns:
- the DatasetStorageFormat object itself.
-
deserializer
Get the deserializer property: Deserializer. Type: string (or Expression with resultType string).- Returns:
- the deserializer value.
-
withDeserializer
Set the deserializer property: Deserializer. Type: string (or Expression with resultType string).- Parameters:
deserializer
- the deserializer value to set.- Returns:
- the DatasetStorageFormat object itself.
-
additionalProperties
Get the additionalProperties property: The format definition of a storage.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: The format definition of a storage.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the DatasetStorageFormat object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-