Uses of Class
com.azure.resourcemanager.datafactory.models.BinarySource
-
Packages that use BinarySource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of BinarySource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return BinarySource Modifier and Type Method Description BinarySource
BinarySource. withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.BinarySource
BinarySource. withFormatSettings(BinaryReadSettings formatSettings)
Set the formatSettings property: Binary format settings.BinarySource
BinarySource. withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.BinarySource
BinarySource. withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count.BinarySource
BinarySource. withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait.BinarySource
BinarySource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Binary store settings.
-