Class SharePointOnlineListSource
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.CopySource
-
- com.azure.resourcemanager.datafactory.models.SharePointOnlineListSource
-
public final class SharePointOnlineListSource extends CopySource
A copy activity source for sharePoint online list source.
-
-
Constructor Summary
Constructors Constructor Description SharePointOnlineListSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
httpRequestTimeout()
Get the httpRequestTimeout property: The wait time to get a response from SharePoint Online.Object
query()
Get the query property: The OData query to filter the data in SharePoint Online list.void
validate()
Validates the instance.SharePointOnlineListSource
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.SharePointOnlineListSource
withHttpRequestTimeout(Object httpRequestTimeout)
Set the httpRequestTimeout property: The wait time to get a response from SharePoint Online.SharePointOnlineListSource
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SharePointOnlineListSource
withQuery(Object query)
Set the query property: The OData query to filter the data in SharePoint Online list.SharePointOnlineListSource
withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count.SharePointOnlineListSource
withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.CopySource
additionalProperties, disableMetricsCollection, maxConcurrentConnections, sourceRetryCount, sourceRetryWait, withAdditionalProperties
-
-
-
-
Method Detail
-
query
public Object query()
Get the query property: The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).- Returns:
- the query value.
-
withQuery
public SharePointOnlineListSource withQuery(Object query)
Set the query property: The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).- Parameters:
query
- the query value to set.- Returns:
- the SharePointOnlineListSource object itself.
-
httpRequestTimeout
public Object httpRequestTimeout()
Get the httpRequestTimeout property: The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Returns:
- the httpRequestTimeout value.
-
withHttpRequestTimeout
public SharePointOnlineListSource withHttpRequestTimeout(Object httpRequestTimeout)
Set the httpRequestTimeout property: The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Parameters:
httpRequestTimeout
- the httpRequestTimeout value to set.- Returns:
- the SharePointOnlineListSource object itself.
-
withSourceRetryCount
public SharePointOnlineListSource withSourceRetryCount(Object sourceRetryCount)
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
public SharePointOnlineListSource withSourceRetryWait(Object sourceRetryWait)
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
public SharePointOnlineListSource withMaxConcurrentConnections(Object maxConcurrentConnections)
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
public SharePointOnlineListSource withDisableMetricsCollection(Object disableMetricsCollection)
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.
-
-