Uses of Class
com.azure.storage.file.share.models.ShareFileRange
Packages that use ShareFileRange
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing options model classes used by Azure Storage File Shares.
-
Uses of ShareFileRange in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type ShareFileRangeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<ShareFileRange> ShareFileAsyncClient.listRanges()
List of valid ranges for a file.com.azure.core.http.rest.PagedFlux
<ShareFileRange> ShareFileAsyncClient.listRanges
(ShareFileRange range) List of valid ranges for a file.com.azure.core.http.rest.PagedFlux
<ShareFileRange> ShareFileAsyncClient.listRanges
(ShareFileRange range, ShareRequestConditions requestConditions) List of valid ranges for a file.com.azure.core.http.rest.PagedIterable
<ShareFileRange> ShareFileClient.listRanges()
List of valid ranges for a file.com.azure.core.http.rest.PagedIterable
<ShareFileRange> ShareFileClient.listRanges
(ShareFileRange range, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) List of valid ranges for a file.com.azure.core.http.rest.PagedIterable
<ShareFileRange> ShareFileClient.listRanges
(ShareFileRange range, Duration timeout, com.azure.core.util.Context context) List of valid ranges for a file.Methods in com.azure.storage.file.share with parameters of type ShareFileRangeModifier and TypeMethodDescriptionMono
<com.azure.core.http.rest.Response<ShareFileProperties>> ShareFileAsyncClient.downloadToFileWithResponse
(String downloadFilePath, ShareFileRange range) Downloads a file from the system, including its metadata and properties into a file specified by the path.Mono
<com.azure.core.http.rest.Response<ShareFileProperties>> ShareFileAsyncClient.downloadToFileWithResponse
(String downloadFilePath, ShareFileRange range, ShareRequestConditions requestConditions) Downloads a file from the system, including its metadata and properties into a file specified by the path.com.azure.core.http.rest.Response
<ShareFileProperties> ShareFileClient.downloadToFileWithResponse
(String downloadFilePath, ShareFileRange range, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Downloads a file from the system, including its metadata and properties into a file specified by the path.com.azure.core.http.rest.Response
<ShareFileProperties> ShareFileClient.downloadToFileWithResponse
(String downloadFilePath, ShareFileRange range, Duration timeout, com.azure.core.util.Context context) Downloads a file from the system, including its metadata and properties into a file specified by the path.ShareFileAsyncClient.downloadWithResponse
(ShareFileRange range, Boolean rangeGetContentMD5) Downloads a file from the system, including its metadata and propertiesShareFileAsyncClient.downloadWithResponse
(ShareFileRange range, Boolean rangeGetContentMD5, ShareRequestConditions requestConditions) Downloads a file from the system, including its metadata and propertiesShareFileClient.downloadWithResponse
(OutputStream stream, ShareFileRange range, Boolean rangeGetContentMD5, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Downloads a file from the system, including its metadata and propertiesShareFileClient.downloadWithResponse
(OutputStream stream, ShareFileRange range, Boolean rangeGetContentMD5, Duration timeout, com.azure.core.util.Context context) Downloads a file from the system, including its metadata and propertiescom.azure.core.http.rest.PagedFlux
<ShareFileRange> ShareFileAsyncClient.listRanges
(ShareFileRange range) List of valid ranges for a file.com.azure.core.http.rest.PagedFlux
<ShareFileRange> ShareFileAsyncClient.listRanges
(ShareFileRange range, ShareRequestConditions requestConditions) List of valid ranges for a file.com.azure.core.http.rest.PagedIterable
<ShareFileRange> ShareFileClient.listRanges
(ShareFileRange range, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) List of valid ranges for a file.com.azure.core.http.rest.PagedIterable
<ShareFileRange> ShareFileClient.listRanges
(ShareFileRange range, Duration timeout, com.azure.core.util.Context context) List of valid ranges for a file.final StorageFileInputStream
ShareFileClient.openInputStream
(ShareFileRange range) Opens a file input stream to download the specified range of the file. -
Uses of ShareFileRange in com.azure.storage.file.share.options
Methods in com.azure.storage.file.share.options that return ShareFileRangeModifier and TypeMethodDescriptionShareFileDownloadOptions.getRange()
Gets the range of bytes over which to list ranges, inclusively.ShareFileListRangesDiffOptions.getRange()
Gets the range of bytes over which to list ranges, inclusively.Methods in com.azure.storage.file.share.options with parameters of type ShareFileRangeModifier and TypeMethodDescriptionShareFileDownloadOptions.setRange
(ShareFileRange range) Sets the range of bytes over which to list ranges, inclusively.ShareFileListRangesDiffOptions.setRange
(ShareFileRange range) Sets the range of bytes over which to list ranges, inclusively.