CosmosDbSqlApiSourceResponse

data class CosmosDbSqlApiSourceResponse(val additionalColumns: Any? = null, val detectDatetime: Any? = null, val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val pageSize: Any? = null, val preferredRegions: Any? = null, val query: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val additionalColumns: 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: Any? = null

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val pageSize: Any? = null

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

Link copied to clipboard
val preferredRegions: Any? = null

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

Link copied to clipboard
val query: Any? = null

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

Link copied to clipboard
val sourceRetryCount: Any? = null

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

Link copied to clipboard
val sourceRetryWait: 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

Copy source type. Expected value is 'CosmosDbSqlApiSource'.