Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlockBlobUploadResponse> |
GeneratedBlockBlobs.uploadWithRestResponseAsync(io.reactivex.Flowable<ByteBuffer> body,
long contentLength,
Integer timeout,
String blobContentType,
String blobContentEncoding,
String blobContentLanguage,
byte[] blobContentMD5,
String blobCacheControl,
Map<String,String> metadata,
String leaseId,
String blobContentDisposition,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Upload Block Blob operation updates the content of an existing block blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlockBlobUploadResponse> |
BlockBlobURL.upload(io.reactivex.Flowable<ByteBuffer> data,
long length,
BlobHTTPHeaders headers,
Metadata metadata,
BlobAccessConditions accessConditions)
Creates a new block blob, or updates the content of an existing block blob.
|
This documentation was released into the public domain.