Uses of Class
com.azure.resourcemanager.datafactory.models.HttpSource
-
Packages that use HttpSource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of HttpSource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return HttpSource Modifier and Type Method Description HttpSource
HttpSource. withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.HttpSource
HttpSource. withHttpRequestTimeout(Object httpRequestTimeout)
Set the httpRequestTimeout property: Specifies the timeout for a HTTP client to get HTTP response from HTTP server.HttpSource
HttpSource. withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.HttpSource
HttpSource. withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count.HttpSource
HttpSource. withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait.
-