Uses of Class
com.azure.resourcemanager.datafactory.models.AvroSource
-
Packages that use AvroSource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AvroSource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AvroSource Modifier and Type Method Description AvroSource
AvroSource. withAdditionalColumns(Object additionalColumns)
Set the additionalColumns property: Specifies the additional columns to be added to source data.AvroSource
AvroSource. withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.AvroSource
AvroSource. withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AvroSource
AvroSource. withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count.AvroSource
AvroSource. withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait.AvroSource
AvroSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Avro store settings.
-