Office365Source Class
A copy activity source for an Office 365 service.
Constructor
Office365Source(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_retry_count
|
Source retry count. Type: integer (or Expression with resultType integer). |
|
source_retry_wait
|
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
|
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
|
disable_metrics_collection
|
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
|
allowed_groups
|
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings). |
|
user_scope_filter_uri
|
The user scope uri. Type: string (or Expression with resultType string). |
|
date_filter_column
|
The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>. Type: string (or Expression with resultType string). |
|
start_time
|
Start time of the requested range for this dataset. Type: string (or Expression with resultType string). |
|
end_time
|
End time of the requested range for this dataset. Type: string (or Expression with resultType string). |
|
output_columns
|
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
|
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