Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDataLakeStoreSource
-
Packages that use AzureDataLakeStoreSource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AzureDataLakeStoreSource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AzureDataLakeStoreSource Modifier and Type Method Description AzureDataLakeStoreSource
AzureDataLakeStoreSource. withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureDataLakeStoreSource
AzureDataLakeStoreSource. withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AzureDataLakeStoreSource
AzureDataLakeStoreSource. withRecursive(Object recursive)
Set the recursive property: If true, files under the folder path will be read recursively.AzureDataLakeStoreSource
AzureDataLakeStoreSource. withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count.AzureDataLakeStoreSource
AzureDataLakeStoreSource. withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait.
-