Share Point Online List Source Args
data class SharePointOnlineListSourceArgs(val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SharePointOnlineListSourceArgs>
A copy activity source for sharePoint online list source.
Properties
Link copied to clipboard
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
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-9)):(60|(0-9)).
Link copied to clipboard
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry count. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).