Package version:

Interface ServiceNowV2Source

A copy activity ServiceNowV2 server source.

interface ServiceNowV2Source {
    additionalColumns?: any;
    disableMetricsCollection?: any;
    expression?: ExpressionV2;
    maxConcurrentConnections?: any;
    pageSize?: any;
    queryTimeout?: any;
    sourceRetryCount?: any;
    sourceRetryWait?: any;
    type: "ServiceNowV2Source";
}

Hierarchy (view full)

Properties

additionalColumns?: any

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

disableMetricsCollection?: any

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

expression?: ExpressionV2

Expression to filter data from source.

maxConcurrentConnections?: any

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

pageSize?: any

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

queryTimeout?: any

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

sourceRetryCount?: any

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

sourceRetryWait?: any

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

type

Polymorphic discriminator, which specifies the different types this object can be