Class Office365Source
java.lang.Object
com.azure.resourcemanager.datafactory.models.CopySource
com.azure.resourcemanager.datafactory.models.Office365Source
A copy activity source for an Office 365 service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the allowedGroups property: The groups containing all the users.Get the dateFilterColumn property: The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>.endTime()
Get the endTime property: End time of the requested range for this dataset.Get the outputColumns property: The columns to be read out from the Office 365 table.Get the startTime property: Start time of the requested range for this dataset.Get the userScopeFilterUri property: The user scope uri.void
validate()
Validates the instance.withAllowedGroups
(Object allowedGroups) Set the allowedGroups property: The groups containing all the users.withDateFilterColumn
(Object dateFilterColumn) Set the dateFilterColumn property: The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.withEndTime
(Object endTime) Set the endTime property: End time of the requested range for this dataset.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.withOutputColumns
(Object outputColumns) Set the outputColumns property: The columns to be read out from the Office 365 table.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.withStartTime
(Object startTime) Set the startTime property: Start time of the requested range for this dataset.withUserScopeFilterUri
(Object userScopeFilterUri) Set the userScopeFilterUri property: The user scope uri.Methods inherited from class com.azure.resourcemanager.datafactory.models.CopySource
additionalProperties, disableMetricsCollection, maxConcurrentConnections, sourceRetryCount, sourceRetryWait, withAdditionalProperties
-
Constructor Details
-
Office365Source
public Office365Source()Creates an instance of Office365Source class.
-
-
Method Details
-
allowedGroups
Get the allowedGroups property: The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).- Returns:
- the allowedGroups value.
-
withAllowedGroups
Set the allowedGroups property: The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).- Parameters:
allowedGroups
- the allowedGroups value to set.- Returns:
- the Office365Source object itself.
-
userScopeFilterUri
Get the userScopeFilterUri property: The user scope uri. Type: string (or Expression with resultType string).- Returns:
- the userScopeFilterUri value.
-
withUserScopeFilterUri
Set the userScopeFilterUri property: The user scope uri. Type: string (or Expression with resultType string).- Parameters:
userScopeFilterUri
- the userScopeFilterUri value to set.- Returns:
- the Office365Source object itself.
-
dateFilterColumn
Get the dateFilterColumn property: The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>. Type: string (or Expression with resultType string).- Returns:
- the dateFilterColumn value.
-
withDateFilterColumn
Set the dateFilterColumn property: The Column to apply the <paramref name="StartTime"/> and <paramref name="EndTime"/>. Type: string (or Expression with resultType string).- Parameters:
dateFilterColumn
- the dateFilterColumn value to set.- Returns:
- the Office365Source object itself.
-
startTime
Get the startTime property: Start time of the requested range for this dataset. Type: string (or Expression with resultType string).- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: Start time of the requested range for this dataset. Type: string (or Expression with resultType string).- Parameters:
startTime
- the startTime value to set.- Returns:
- the Office365Source object itself.
-
endTime
Get the endTime property: End time of the requested range for this dataset. Type: string (or Expression with resultType string).- Returns:
- the endTime value.
-
withEndTime
Set the endTime property: End time of the requested range for this dataset. Type: string (or Expression with resultType string).- Parameters:
endTime
- the endTime value to set.- Returns:
- the Office365Source object itself.
-
outputColumns
Get the outputColumns property: 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" } ].- Returns:
- the outputColumns value.
-
withOutputColumns
Set the outputColumns property: 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" } ].- Parameters:
outputColumns
- the outputColumns value to set.- Returns:
- the Office365Source object itself.
-
withSourceRetryCount
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).- Overrides:
withSourceRetryCount
in classCopySource
- Parameters:
sourceRetryCount
- the sourceRetryCount value to set.- Returns:
- the CopySource object itself.
-
withSourceRetryWait
Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Overrides:
withSourceRetryWait
in classCopySource
- Parameters:
sourceRetryWait
- the sourceRetryWait value to set.- Returns:
- the CopySource object itself.
-
withMaxConcurrentConnections
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Overrides:
withMaxConcurrentConnections
in classCopySource
- Parameters:
maxConcurrentConnections
- the maxConcurrentConnections value to set.- Returns:
- the CopySource object itself.
-
withDisableMetricsCollection
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Overrides:
withDisableMetricsCollection
in classCopySource
- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the CopySource object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classCopySource
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-