DatasetStorageFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.DatasetStorageFormat

public class DatasetStorageFormat

The format definition of a storage.

Constructor Summary

Constructor Description
DatasetStorageFormat()

Creates an instance of DatasetStorageFormat class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: The format definition of a storage.

Object deserializer()

Get the deserializer property: Deserializer.

Object serializer()

Get the serializer property: Serializer.

void validate()

Validates the instance.

DatasetStorageFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: The format definition of a storage.

DatasetStorageFormat withDeserializer(Object deserializer)

Set the deserializer property: Deserializer.

DatasetStorageFormat withSerializer(Object serializer)

Set the serializer property: Serializer.

Methods inherited from java.lang.Object

Constructor Details

DatasetStorageFormat

public DatasetStorageFormat()

Creates an instance of DatasetStorageFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: The format definition of a storage.

Returns:

the additionalProperties value.

deserializer

public Object deserializer()

Get the deserializer property: Deserializer. Type: string (or Expression with resultType string).

Returns:

the deserializer value.

serializer

public Object serializer()

Get the serializer property: Serializer. Type: string (or Expression with resultType string).

Returns:

the serializer value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public DatasetStorageFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: The format definition of a storage.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DatasetStorageFormat object itself.

withDeserializer

public DatasetStorageFormat withDeserializer(Object deserializer)

Set the deserializer property: Deserializer. Type: string (or Expression with resultType string).

Parameters:

deserializer - the deserializer value to set.

Returns:

the DatasetStorageFormat object itself.

withSerializer

public DatasetStorageFormat withSerializer(Object serializer)

Set the serializer property: Serializer. Type: string (or Expression with resultType string).

Parameters:

serializer - the serializer value to set.

Returns:

the DatasetStorageFormat object itself.

Applies to