Uses of Class
com.azure.analytics.synapse.artifacts.models.AzureTableSource
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of AzureTableSource in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionAzureTableSource.setAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.AzureTableSource.setAzureTableSourceIgnoreTableNotFound
(Object azureTableSourceIgnoreTableNotFound) Set the azureTableSourceIgnoreTableNotFound property: Azure Table source ignore table not found.AzureTableSource.setAzureTableSourceQuery
(Object azureTableSourceQuery) Set the azureTableSourceQuery property: Azure Table source query.AzureTableSource.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AzureTableSource.setQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.AzureTableSource.setSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.AzureTableSource.setSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.