Office365SourceArgs

data class Office365SourceArgs(val allowedGroups: Output<Any>? = null, val dateFilterColumn: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val endTime: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val outputColumns: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val startTime: Output<Any>? = null, val type: Output<String>, val userScopeFilterUri: Output<Any>? = null) : ConvertibleToJava<Office365SourceArgs>

A copy activity source for an Office 365 service.

Constructors

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

Properties

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

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

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

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

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

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

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

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

Link copied to clipboard
val type: Output<String>

Copy source type. Expected value is 'Office365Source'.

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

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

Functions

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