Office365Source Class

A copy activity source for an Office 365 service.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.CopySource
Office365Source

Constructor

Office365Source(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, source_retry_count: MutableMapping[str, Any] | None = None, source_retry_wait: MutableMapping[str, Any] | None = None, max_concurrent_connections: MutableMapping[str, Any] | None = None, disable_metrics_collection: MutableMapping[str, Any] | None = None, allowed_groups: MutableMapping[str, Any] | None = None, user_scope_filter_uri: MutableMapping[str, Any] | None = None, date_filter_column: MutableMapping[str, Any] | None = None, start_time: MutableMapping[str, Any] | None = None, end_time: MutableMapping[str, Any] | None = None, output_columns: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

source_retry_count
<xref:JSON>

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

source_retry_wait
<xref:JSON>

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
<xref:JSON>

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

disable_metrics_collection
<xref:JSON>

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

allowed_groups
<xref:JSON>

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

user_scope_filter_uri
<xref:JSON>

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

date_filter_column
<xref:JSON>

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

start_time
<xref:JSON>

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

end_time
<xref:JSON>

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

output_columns
<xref:JSON>

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

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type
str

Copy source type. Required.

source_retry_count
<xref:JSON>

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

source_retry_wait
<xref:JSON>

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
<xref:JSON>

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

disable_metrics_collection
<xref:JSON>

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

allowed_groups
<xref:JSON>

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

user_scope_filter_uri
<xref:JSON>

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

date_filter_column
<xref:JSON>

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

start_time
<xref:JSON>

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

end_time
<xref:JSON>

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

output_columns
<xref:JSON>

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