Uses of Class
com.azure.storage.file.share.models.DownloadRetryOptions
-
Packages that use DownloadRetryOptions Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage.com.azure.storage.file.share.options Package containing options model classes used by Azure Storage File Shares. -
-
Uses of DownloadRetryOptions in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return DownloadRetryOptions Modifier and Type Method Description DownloadRetryOptionsDownloadRetryOptions. setMaxRetryRequests(int maxRetryRequests)Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body. -
Uses of DownloadRetryOptions in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return DownloadRetryOptions Modifier and Type Method Description DownloadRetryOptionsShareFileDownloadOptions. getRetryOptions()Methods in com.azure.storage.file.share.options with parameters of type DownloadRetryOptions Modifier and Type Method Description ShareFileDownloadOptionsShareFileDownloadOptions. setRetryOptions(DownloadRetryOptions retryOptions)
-