Uses of Class
com.azure.analytics.synapse.artifacts.models.ImpalaSource
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of ImpalaSource in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionImpalaSource.setAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.ImpalaSource.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Set the query property: A query to retrieve data from source.ImpalaSource.setQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.ImpalaSource.setSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.ImpalaSource.setSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.