Office365Source Class

A copy activity source for an Office 365 service.

Constructor

Office365Source(*args: Any, **kwargs: Any)

Variables

Name Description
source_retry_count
any

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

source_retry_wait
any

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

max_concurrent_connections
any

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

disable_metrics_collection
any

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

allowed_groups
any

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

user_scope_filter_uri
any

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

date_filter_column
any

The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>. Type: string (or Expression with resultType string).

start_time
any

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

end_time
any

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

output_columns
any

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" } ].

type
str

Copy source type. Required. Default value is "Office365Source".

Attributes

allowed_groups

array of strings (or Expression with resultType array of strings).

allowed_groups: Any | None

date_filter_column

The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>. Type: string (or Expression with resultType string).

date_filter_column: Any | None

end_time

string (or Expression with resultType string).

end_time: Any | None

output_columns

array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ].

output_columns: Any | None

start_time

string (or Expression with resultType string).

start_time: Any | None

type

Copy source type. Required. Default value is "Office365Source".

type: Literal['Office365Source']

user_scope_filter_uri

string (or Expression with resultType string).

user_scope_filter_uri: Any | None