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