Uses of Class
com.azure.analytics.synapse.artifacts.models.SapHanaSource
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SapHanaSource in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSapHanaSource.setAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.SapHanaSource.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SapHanaSource.setPacketSize
(Object packetSize) Set the packetSize property: The packet size of data read from SAP HANA.SapHanaSource.setPartitionOption
(SapHanaPartitionOption partitionOption) Set the partitionOption property: The partition mechanism that will be used for SAP HANA read in parallel.SapHanaSource.setPartitionSettings
(SapHanaPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for SAP HANA source partitioning.Set the query property: SAP HANA Sql query.SapHanaSource.setQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.SapHanaSource.setSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.SapHanaSource.setSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.