Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Office365Source

Package version

A copy activity source for an Office 365 service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional allowedGroups

allowedGroups: any

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

Optional dateFilterColumn

dateFilterColumn: any

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

Optional endTime

endTime: any

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

Optional maxConcurrentConnections

maxConcurrentConnections: any

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

Optional outputColumns

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

Optional sourceRetryCount

sourceRetryCount: any

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

Optional sourceRetryWait

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])).

Optional startTime

startTime: any

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

type

type: "Office365Source"

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

Optional userScopeFilterUri

userScopeFilterUri: any

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

Generated using TypeDoc