Package version:

Interface Office365Source

A copy activity source for an Office 365 service.

interface Office365Source {
    allowedGroups?: any;
    dateFilterColumn?: any;
    disableMetricsCollection?: any;
    endTime?: any;
    maxConcurrentConnections?: any;
    outputColumns?: any;
    sourceRetryCount?: any;
    sourceRetryWait?: any;
    startTime?: any;
    type: "Office365Source";
    userScopeFilterUri?: any;
}

Hierarchy (view full)

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

disableMetricsCollection?: any

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

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). itemType: OutputColumn. 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

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

userScopeFilterUri?: any

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