Uses of Class
com.azure.storage.blob.options.AppendBlobSealOptions
Packages that use 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
Methods in com.azure.storage.blob.options that return AppendBlobSealOptionsModifier and TypeMethodDescriptionAppendBlobSealOptions.setRequestConditions
(AppendBlobRequestConditions requestConditions) Sets theAppendBlobRequestConditions
. -
Uses of AppendBlobSealOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type AppendBlobSealOptionsModifier 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.