### YamlMime:JavaType uid: "com.azure.storage.blob.options.AppendBlobSealOptions" fullName: "com.azure.storage.blob.options.AppendBlobSealOptions" name: "AppendBlobSealOptions" nameWithType: "AppendBlobSealOptions" summary: "Extended options that may be passed when sealing an Append Blob." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **AppendBlobSealOptions**" constructors: - uid: "com.azure.storage.blob.options.AppendBlobSealOptions.AppendBlobSealOptions()" fullName: "com.azure.storage.blob.options.AppendBlobSealOptions.AppendBlobSealOptions()" name: "AppendBlobSealOptions()" nameWithType: "AppendBlobSealOptions.AppendBlobSealOptions()" syntax: "public AppendBlobSealOptions()" methods: - uid: "com.azure.storage.blob.options.AppendBlobSealOptions.getRequestConditions()" fullName: "com.azure.storage.blob.options.AppendBlobSealOptions.getRequestConditions()" name: "getRequestConditions()" nameWithType: "AppendBlobSealOptions.getRequestConditions()" syntax: "public AppendBlobRequestConditions getRequestConditions()" returns: description: "" type: "" - uid: "com.azure.storage.blob.options.AppendBlobSealOptions.setRequestConditions(com.azure.storage.blob.models.AppendBlobRequestConditions)" fullName: "com.azure.storage.blob.options.AppendBlobSealOptions.setRequestConditions(AppendBlobRequestConditions requestConditions)" name: "setRequestConditions(AppendBlobRequestConditions requestConditions)" nameWithType: "AppendBlobSealOptions.setRequestConditions(AppendBlobRequestConditions requestConditions)" parameters: - description: "" name: "requestConditions" type: "" syntax: "public AppendBlobSealOptions setRequestConditions(AppendBlobRequestConditions requestConditions)" returns: description: "The updated options." type: "" type: "class" desc: "Extended options that may be passed when sealing an Append Blob." metadata: {} package: "com.azure.storage.blob.options" artifact: com.azure:azure-storage-blob:12.27.1