Office365SourceResponse

data class Office365SourceResponse(val allowedGroups: Any? = null, val dateFilterColumn: Any? = null, val disableMetricsCollection: Any? = null, val endTime: Any? = null, val maxConcurrentConnections: Any? = null, val outputColumns: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val startTime: Any? = null, val type: String, val userScopeFilterUri: Any? = null)

A copy activity source for an Office 365 service.

Constructors

Link copied to clipboard
constructor(allowedGroups: Any? = null, dateFilterColumn: Any? = null, disableMetricsCollection: Any? = null, endTime: Any? = null, maxConcurrentConnections: Any? = null, outputColumns: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, startTime: Any? = null, type: String, userScopeFilterUri: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedGroups: Any? = null

The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).

Link copied to clipboard
val dateFilterColumn: Any? = null

The Column to apply the and . Type: string (or Expression with resultType string).

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

End time of the requested range for this dataset. Type: string (or Expression with resultType string).

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

The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: { "name": "Id" }, { "name": "CreatedDateTime" }

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

Start time of the requested range for this dataset. Type: string (or Expression with resultType string).

Link copied to clipboard

Copy source type. Expected value is 'Office365Source'.

Link copied to clipboard
val userScopeFilterUri: Any? = null

The user scope uri. Type: string (or Expression with resultType string).