Represents the options that may be set on a {@link com.microsoft.windowsazure.services.blob.BlobContract#deleteBlob(String,String,DeleteBlobOptions) deleteBlob}request. These options include an optional server timeout for the operation, a snapshot timestamp to specify an individual snapshot to delete, a blob lease ID to delete a blob with an active lease, a flag indicating whether to delete all snapshots but not the blob, or both the blob and all snapshots, and any access conditions to satisfy.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.