| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<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.
|
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.
|
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.
|
ShareFileDownloadResponse |
ShareFileClient.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 properties
|
ShareFileDownloadResponse |
ShareFileClient.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 properties
|
Mono<ShareFileDownloadAsyncResponse> |
ShareFileAsyncClient.downloadWithResponse(ShareFileRange range,
Boolean rangeGetContentMD5)
Downloads a file from the system, including its metadata and properties
|
Mono<ShareFileDownloadAsyncResponse> |
ShareFileAsyncClient.downloadWithResponse(ShareFileRange range,
Boolean rangeGetContentMD5,
ShareRequestConditions requestConditions)
Downloads a file from the system, including its metadata and properties
|
com.azure.core.http.rest.PagedFlux<ShareFileRange> |
ShareFileAsyncClient.listRanges(ShareFileRange range)
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.
|
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.
|
StorageFileInputStream |
ShareFileClient.openInputStream(ShareFileRange range)
Opens a file input stream to download the specified range of the file.
|
| Modifier and Type | Method and Description |
|---|---|
ShareFileRange |
ShareFileListRangesDiffOptions.getRange() |
| Modifier and Type | Method and Description |
|---|---|
ShareFileListRangesDiffOptions |
ShareFileListRangesDiffOptions.setRange(ShareFileRange range) |
Copyright © 2021 Microsoft Corporation. All rights reserved.