Uses of Class
com.azure.analytics.synapse.artifacts.models.Office365Source
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of Office365Source in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionOffice365Source.setAllowedGroups
(Object allowedGroups) Set the allowedGroups property: The groups containing all the users.Office365Source.setDateFilterColumn
(Object dateFilterColumn) Set the dateFilterColumn property: The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>.Office365Source.setEndTime
(Object endTime) Set the endTime property: End time of the requested range for this dataset.Office365Source.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Office365Source.setOutputColumns
(Object outputColumns) Set the outputColumns property: The columns to be read out from the Office 365 table.Office365Source.setSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.Office365Source.setSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.Office365Source.setStartTime
(Object startTime) Set the startTime property: Start time of the requested range for this dataset.Office365Source.setUserScopeFilterUri
(Object userScopeFilterUri) Set the userScopeFilterUri property: The user scope uri.