Office365Source Class

Definition

A copy activity source for an Office 365 service.

public class Office365Source : Microsoft.Azure.Management.DataFactory.Models.CopySource
type Office365Source = class
    inherit CopySource
Public Class Office365Source
Inherits CopySource
Inheritance
Office365Source

Constructors

Office365Source()

Initializes a new instance of the Office365Source class.

Office365Source(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the Office365Source class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from CopySource)
AllowedGroups

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

DateFilterColumn

Gets or sets the Column to apply the &lt;paramref name="StartTime"/&gt; and &lt;paramref name="EndTime"/&gt;. Type: string (or Expression with resultType string).

DisableMetricsCollection

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

(Inherited from CopySource)
EndTime

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

MaxConcurrentConnections

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

(Inherited from CopySource)
OutputColumns

Gets or sets 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" } ]

SourceRetryCount

Gets or sets source retry count. Type: integer (or Expression with resultType integer).

(Inherited from CopySource)
SourceRetryWait

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

(Inherited from CopySource)
StartTime

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

UserScopeFilterUri

Gets or sets the user scope uri. Type: string (or Expression with resultType string).

Applies to