Uses of Class
com.azure.resourcemanager.datafactory.models.AvroWriteSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AvroWriteSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAvroSink.formatSettings()
Get the formatSettings property: Avro format settings.AvroWriteSettings.withFileNamePrefix
(Object fileNamePrefix) Set the fileNamePrefix property: Specifies the file name pattern <fileNamePrefix>_<fileIndex>.<fileExtension> when copy from non-file based store without partitionOptions.AvroWriteSettings.withMaxRowsPerFile
(Object maxRowsPerFile) Set the maxRowsPerFile property: Limit the written file's row count to be smaller than or equal to the specified count.AvroWriteSettings.withRecordName
(String recordName) Set the recordName property: Top level record name in write result, which is required in AVRO spec.AvroWriteSettings.withRecordNamespace
(String recordNamespace) Set the recordNamespace property: Record namespace in the write result.Modifier and TypeMethodDescriptionAvroSink.withFormatSettings
(AvroWriteSettings formatSettings) Set the formatSettings property: Avro format settings.