ServiceNowV2SourceResponse

data class ServiceNowV2SourceResponse(val additionalColumns: Any? = null, val disableMetricsCollection: Any? = null, val expression: ExpressionV2Response? = null, val maxConcurrentConnections: Any? = null, val pageSize: Any? = null, val queryTimeout: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)

A copy activity ServiceNowV2 server source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Any? = null, disableMetricsCollection: Any? = null, expression: ExpressionV2Response? = null, maxConcurrentConnections: Any? = null, pageSize: Any? = null, queryTimeout: 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

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

Link copied to clipboard

Expression to filter data from source.

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 queryTimeout: Any? = null

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

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 'ServiceNowV2Source'.