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