Uses of Class
com.azure.resourcemanager.datafactory.models.AzureSearchIndexSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureSearchIndexSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureSearchIndexSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureSearchIndexSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.AzureSearchIndexSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.AzureSearchIndexSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.AzureSearchIndexSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.AzureSearchIndexSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.AzureSearchIndexSink.withWriteBehavior
(AzureSearchIndexWriteBehaviorType writeBehavior) Set the writeBehavior property: Specify the write behavior when upserting documents into Azure Search Index.