Uses of Class
com.azure.storage.blob.options.AppendBlobSealOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of AppendBlobSealOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionAppendBlobSealOptions.setRequestConditions
(AppendBlobRequestConditions requestConditions) -
Uses of AppendBlobSealOptions in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionAppendBlobAsyncClient.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.