C#
C++
F#
VB
BlobContainerProperties Class
Represents the system properties for a container.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Blob.::..BlobContainerProperties
Syntax
Constructors
| Name | Description | |
|---|---|---|
| BlobContainerProperties()()()() |
Properties
| Name | Description | |
|---|---|---|
| ETagETagETagETag | Gets the ETag value for the container. | |
| LastModifiedLastModifiedLastModifiedLastModified | Gets the container's last-modified time. | |
| LeaseDurationLeaseDurationLeaseDurationLeaseDuration | Gets the container's lease duration. | |
| LeaseStateLeaseStateLeaseStateLeaseState | Gets the container's lease state. | |
| LeaseStatusLeaseStatusLeaseStatusLeaseStatus | Gets the container's lease status. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.