| 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 |
|---|---|
AppendBlobSealOptions |
AppendBlobSealOptions.setRequestConditions(AppendBlobRequestConditions requestConditions) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<Void>> |
AppendBlobAsyncClient.sealWithResponse(AppendBlobSealOptions options)
Seals an append blob, making it read only.
|
com.azure.core.http.rest.Response<Void> |
AppendBlobClient.sealWithResponse(AppendBlobSealOptions options,
Duration timeout,
com.azure.core.util.Context context)
Seals an append blob, making it read only.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.