Package version:

Interface Office365Source

A copy activity source for an Office 365 service.

Hierarchy

Properties

allowedGroups?: any

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

dateFilterColumn?: any

The Column to apply the and . Type: string (or Expression with resultType string).

endTime?: any

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

maxConcurrentConnections?: any

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

outputColumns?: 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" } ]

sourceRetryCount?: any

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

sourceRetryWait?: any

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

startTime?: any

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

type: "Office365Source"

Polymorphic discriminator, which specifies the different types this object can be

userScopeFilterUri?: any

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

Generated using TypeDoc