AzurePostgreSqlSinkArgs

data class AzurePostgreSqlSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<AzurePostgreSqlSinkUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeMethod: Output<Either<String, AzurePostgreSqlWriteMethodEnum>>? = null) : ConvertibleToJava<AzurePostgreSqlSinkArgs>

A copy activity Azure Database for PostgreSQL sink.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, preCopyScript: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, upsertSettings: Output<AzurePostgreSqlSinkUpsertSettingsArgs>? = null, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null, writeMethod: Output<Either<String, AzurePostgreSqlWriteMethodEnum>>? = null)

Properties

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val maxConcurrentConnections: Output<Any>? = null

The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val preCopyScript: Output<Any>? = null

A query to execute before starting the copy. Type: string (or Expression with resultType string).

Link copied to clipboard
val sinkRetryCount: Output<Any>? = null

Sink retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sinkRetryWait: Output<Any>? = null

Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val type: Output<String>

Copy sink type. Expected value is 'AzurePostgreSqlSink'.

Link copied to clipboard

Azure Database for PostgreSQL upsert option settings

Link copied to clipboard
val writeBatchSize: Output<Any>? = null

Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard
val writeBatchTimeout: Output<Any>? = null

Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val writeMethod: Output<Either<String, AzurePostgreSqlWriteMethodEnum>>? = null

The write behavior for the operation. Default is Bulk Insert.

Functions

Link copied to clipboard
open override fun toJava(): AzurePostgreSqlSinkArgs