Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDataExplorerSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDataExplorerSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDataExplorerSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.AzureDataExplorerSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureDataExplorerSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AzureDataExplorerSource.withNoTruncation
(Object noTruncation) Set the noTruncation property: The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.Set the query property: Database query.AzureDataExplorerSource.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.AzureDataExplorerSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.AzureDataExplorerSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.