Package org.soyatec.windowsazure.blob

Interface Summary
IBlob The Blob class specifies contents and properties for blob.
IBlobConstraints The BlobConstraints class specifies constraints for blob that are used in the BlobContainer class.
IBlobContainer The BlobContainer class is used to access and enumerate blobs in the container.
IBlobContents This class handles the content access in a Blob
IBlobProperties The properties of a blob.
IBlock This interface represents a part of block blob.
IBlockBlob This interface represents a blob that is made out of blocks and provides APIs to directly access it.
IBlockList This interface represents a list of blocks.
IContainerAccessControl The ContainerAccessControl class represents the access control for containers.
IContainerProperties The ContainerProperties class represents the properties of a container.
IPageBlob This interface representing page blobs, which are optimized for random read/write operations and which provide the ability to write to a range of bytes in a blob.
IPageRange The PageRange class represents the pageRange of a container.
IRetryPolicy The RetryPolicies class defines some retry policies.
ISharedAccessUrl The SharedAccessUrl class defines a shared access url.
 

Class Summary
BlobStorageClient The entry point of the blob storage API
DateTime The signedstart and signedexpiry fields must be expressed as UTC times and must adhere to a valid ISO 8061 format.
Metadata Represent the Metadata of container.
SharedAccessPermissions The SharedAccessPermissions class is used for the shared access permissions.
 

Enum Summary
BlobType Represent the type of Blob.
BlockListType It specifies Get Block List to return the list of committed blocks, the list of uncommitted blocks, or both lists together.
LeaseMode Represent lease blob operation mode.
LeaseStatus Represent the lease status.
ResourceType Represent the resource type.