Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.rest.Response<BlockBlobItem>> |
BlobAsyncClient.uploadWithResponse(BlobParallelUploadOptions options)
Creates a new block blob, or updates the content of an existing block blob.
|
com.azure.core.http.rest.Response<BlockBlobItem> |
BlobClient.uploadWithResponse(BlobParallelUploadOptions options,
com.azure.core.util.Context context)
|
com.azure.core.http.rest.Response<BlockBlobItem> |
BlobClient.uploadWithResponse(BlobParallelUploadOptions options,
Duration timeout,
com.azure.core.util.Context context)
Creates a new blob, or updates the content of an existing blob.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.