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 |
---|---|
AppendBlobCreateOptions |
AppendBlobCreateOptions.setHeaders(BlobHttpHeaders headers) |
AppendBlobCreateOptions |
AppendBlobCreateOptions.setMetadata(Map<String,String> metadata) |
AppendBlobCreateOptions |
AppendBlobCreateOptions.setRequestConditions(BlobRequestConditions requestConditions) |
AppendBlobCreateOptions |
AppendBlobCreateOptions.setTags(Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.rest.Response<AppendBlobItem>> |
AppendBlobAsyncClient.createWithResponse(AppendBlobCreateOptions options)
Creates a 0-length append blob.
|
com.azure.core.http.rest.Response<AppendBlobItem> |
AppendBlobClient.createWithResponse(AppendBlobCreateOptions options,
Duration timeout,
com.azure.core.util.Context context)
Creates a 0-length append blob.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.