Uses of Class
com.azure.analytics.synapse.artifacts.models.AzureSearchIndexSink
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of AzureSearchIndexSink in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionAzureSearchIndexSink.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.AzureSearchIndexSink.setSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.AzureSearchIndexSink.setSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.AzureSearchIndexSink.setWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.AzureSearchIndexSink.setWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.AzureSearchIndexSink.setWriteBehavior
(AzureSearchIndexWriteBehaviorType writeBehavior) Set the writeBehavior property: Specify the write behavior when upserting documents into Azure Search Index.