Uses of Class
com.azure.resourcemanager.datafactory.models.AvroWriteSettings
-
Packages that use AvroWriteSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AvroWriteSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AvroWriteSettings Modifier and Type Method Description AvroWriteSettings
AvroSink. formatSettings()
Get the formatSettings property: Avro format settings.AvroWriteSettings
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
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
AvroWriteSettings. withRecordName(String recordName)
Set the recordName property: Top level record name in write result, which is required in AVRO spec.AvroWriteSettings
AvroWriteSettings. withRecordNamespace(String recordNamespace)
Set the recordNamespace property: Record namespace in the write result.Methods in com.azure.resourcemanager.datafactory.models with parameters of type AvroWriteSettings Modifier and Type Method Description AvroSink
AvroSink. withFormatSettings(AvroWriteSettings formatSettings)
Set the formatSettings property: Avro format settings.
-