AvroWriteSettings Class
Avro write settings.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.FormatWriteSettingsAvroWriteSettings
Constructor
AvroWriteSettings(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, record_name: str | None = None, record_namespace: str | None = None, max_rows_per_file: MutableMapping[str, Any] | None = None, file_name_prefix: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
record_name
|
Top level record name in write result, which is required in AVRO spec. |
record_namespace
|
Record namespace in the write result. |
max_rows_per_file
|
<xref:JSON>
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer). |
file_name_prefix
|
<xref:JSON>
Specifies the file name pattern
|
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
The write setting type. Required. |
record_name
|
Top level record name in write result, which is required in AVRO spec. |
record_namespace
|
Record namespace in the write result. |
max_rows_per_file
|
<xref:JSON>
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer). |
file_name_prefix
|
<xref:JSON>
Specifies the file name pattern
|
Azure SDK for Python