Package | Description |
---|---|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlockBlobSimpleUploadOptions |
BlockBlobSimpleUploadOptions.setContentMd5(byte[] contentMd5) |
BlockBlobSimpleUploadOptions |
BlockBlobSimpleUploadOptions.setHeaders(BlobHttpHeaders headers) |
BlockBlobSimpleUploadOptions |
BlockBlobSimpleUploadOptions.setMetadata(Map<String,String> metadata) |
BlockBlobSimpleUploadOptions |
BlockBlobSimpleUploadOptions.setRequestConditions(BlobRequestConditions requestConditions) |
BlockBlobSimpleUploadOptions |
BlockBlobSimpleUploadOptions.setTags(Map<String,String> tags) |
BlockBlobSimpleUploadOptions |
BlockBlobSimpleUploadOptions.setTier(AccessTier tier) |
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.rest.Response<BlockBlobItem>> |
BlockBlobAsyncClient.uploadWithResponse(BlockBlobSimpleUploadOptions options)
Creates a new block blob, or updates the content of an existing block blob.
|
com.azure.core.http.rest.Response<BlockBlobItem> |
BlockBlobClient.uploadWithResponse(BlockBlobSimpleUploadOptions options,
Duration timeout,
com.azure.core.util.Context context)
Creates a new block blob, or updates the content of an existing block blob.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.