Office365Source Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A copy activity source for an Office 365 service.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Office365Source+Office365SourceConverter))]
public class Office365Source : Azure.Analytics.Synapse.Artifacts.Models.CopySource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Office365Source+Office365SourceConverter))>]
type Office365Source = class
inherit CopySource
Public Class Office365Source
Inherits CopySource
- Inheritance
- Attributes
Constructors
Office365Source() |
Initializes a new instance of Office365Source. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from CopySource) |
AllowedGroups |
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings). |
DateFilterColumn |
The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>. Type: string (or Expression with resultType string). |
EndTime |
End time of the requested range for this dataset. Type: string (or Expression with resultType string). |
MaxConcurrentConnections |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from CopySource) |
OutputColumns |
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 |
Source retry count. Type: integer (or Expression with resultType integer). (Inherited from CopySource) |
SourceRetryWait |
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 |
Start time of the requested range for this dataset. Type: string (or Expression with resultType string). |
UserScopeFilterUri |
The user scope uri. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET