JsonReadSettings Class

Json read settings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.FormatReadSettings
JsonReadSettings

Constructor

JsonReadSettings(*, additional_properties: Optional[Dict[str, Any]] = None, compression_properties: Optional[_models.CompressionReadSettings] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. The read setting type.Constant filled by server.

compression_properties
CompressionReadSettings

Compression settings.