AvroWriteSettings Class
Avro write settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.FormatWriteSettingsAvroWriteSettings
Constructor
AvroWriteSettings(*, additional_properties: Optional[Dict[str, Any]] = None, record_name: Optional[str] = None, record_namespace: Optional[str] = None, max_rows_per_file: Optional[Any] = None, file_name_prefix: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. The write setting type.Constant filled by server.
- record_name
- str
Top level record name in write result, which is required in AVRO spec.
- record_namespace
- str
Record namespace in the write result.
- max_rows_per_file
- any
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
- any
Specifies the file name pattern
:code:
<fileNamePrefix>_<<<fileIndex>.:code: when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for