public final class ReliableDownloadOptions extends Object
ReliableDownloadOptions
contains properties which help the Flowable
returned from
DownloadResponse.body(ReliableDownloadOptions)
determine when to retry.Constructor and Description |
---|
ReliableDownloadOptions() |
Modifier and Type | Method and Description |
---|---|
int |
maxRetryRequests()
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
response body.
|
ReliableDownloadOptions |
withMaxRetryRequests(int maxRetryRequests)
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
response body.
|
public int maxRetryRequests()
public ReliableDownloadOptions withMaxRetryRequests(int maxRetryRequests)
Copyright © 2019 Microsoft Corporation. All rights reserved.