Class SharePointOnlineListSource

java.lang.Object
com.azure.analytics.synapse.artifacts.models.CopySource
com.azure.analytics.synapse.artifacts.models.SharePointOnlineListSource

public final class SharePointOnlineListSource extends CopySource
A copy activity source for sharePoint online list source.
  • Constructor Details

    • SharePointOnlineListSource

      public SharePointOnlineListSource()
  • Method Details

    • getQuery

      public Object getQuery()
      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.
    • setQuery

      public SharePointOnlineListSource setQuery(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.
    • getHttpRequestTimeout

      public Object getHttpRequestTimeout()
      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.
    • setHttpRequestTimeout

      public SharePointOnlineListSource setHttpRequestTimeout(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.
    • setSourceRetryCount

      public SharePointOnlineListSource setSourceRetryCount(Object sourceRetryCount)
      Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
      Overrides:
      setSourceRetryCount in class CopySource
      Parameters:
      sourceRetryCount - the sourceRetryCount value to set.
      Returns:
      the CopySource object itself.
    • setSourceRetryWait

      public SharePointOnlineListSource setSourceRetryWait(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:
      setSourceRetryWait in class CopySource
      Parameters:
      sourceRetryWait - the sourceRetryWait value to set.
      Returns:
      the CopySource object itself.
    • setMaxConcurrentConnections

      public SharePointOnlineListSource setMaxConcurrentConnections(Object maxConcurrentConnections)
      Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
      Overrides:
      setMaxConcurrentConnections in class CopySource
      Parameters:
      maxConcurrentConnections - the maxConcurrentConnections value to set.
      Returns:
      the CopySource object itself.