Office365Source Class

A copy activity source for an Office 365 service.

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

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

Constructor

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

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. Copy source type.Constant filled by server.

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). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ].