Azure Search Index Sink Args
data class AzureSearchIndexSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, AzureSearchIndexWriteBehaviorType>>? = null) : ConvertibleToJava<AzureSearchIndexSinkArgs>
A copy activity Azure Search Index sink.
Constructors
Link copied to clipboard
fun AzureSearchIndexSinkArgs(disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null, writeBehavior: Output<Either<String, AzureSearchIndexWriteBehaviorType>>? = null)