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