CosmosDbSqlApiSourceArgs

data class CosmosDbSqlApiSourceArgs(val additionalColumns: Output<Any>? = null, val detectDatetime: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val pageSize: Output<Any>? = null, val preferredRegions: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbSqlApiSourceArgs>

A copy activity Azure CosmosDB (SQL API) Collection source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Output<Any>? = null, detectDatetime: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, pageSize: Output<Any>? = null, preferredRegions: Output<Any>? = null, query: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, type: Output<String>)

Properties

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

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

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

Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).

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 source data store. Type: integer (or Expression with resultType integer).

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

Page size of the result. Type: integer (or Expression with resultType integer).

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

Preferred regions. Type: array of strings (or Expression with resultType array of strings).

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

SQL API query. Type: string (or Expression with resultType string).

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

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

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

Source 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 source type. Expected value is 'CosmosDbSqlApiSource'.

Functions

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