Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
HTTPGetterInfo |
HTTPGetterInfo.withCount(Long count)
The count of bytes that should be used to calculate the end offset when creating the HTTP GET request's Range
header.
|
HTTPGetterInfo |
HTTPGetterInfo.withETag(String eTag)
The resource's etag that should be used when creating the HTTP GET request's If-Match header.
|
HTTPGetterInfo |
HTTPGetterInfo.withOffset(long offset)
The start offset that should be used when creating the HTTP GET request's Range header.
|
Constructor and Description |
---|
DownloadResponse(com.microsoft.rest.v2.RestResponse<BlobDownloadHeaders,io.reactivex.Flowable<ByteBuffer>> response,
HTTPGetterInfo info,
io.reactivex.functions.Function<HTTPGetterInfo,io.reactivex.Single<DownloadResponse>> getter) |
Constructor and Description |
---|
DownloadResponse(com.microsoft.rest.v2.RestResponse<BlobDownloadHeaders,io.reactivex.Flowable<ByteBuffer>> response,
HTTPGetterInfo info,
io.reactivex.functions.Function<HTTPGetterInfo,io.reactivex.Single<DownloadResponse>> getter) |
This documentation was released into the public domain.