Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents the system properties for a container.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..BlobContainerProperties

Syntax

 
public sealed class BlobContainerProperties
 
public ref class BlobContainerProperties sealed 
 
[<Sealed>]
type BlobContainerProperties = class end
 
Public NotInheritable Class BlobContainerProperties

Constructors

Properties

NameDescription
System_CAPS_pubpropertyETagETagETagETag

Gets the ETag value for the container.

System_CAPS_pubpropertyLastModifiedLastModifiedLastModifiedLastModified

Gets the container's last-modified time.

System_CAPS_pubpropertyLeaseDurationLeaseDurationLeaseDurationLeaseDuration

Gets the container's lease duration.

System_CAPS_pubpropertyLeaseStateLeaseStateLeaseStateLeaseState

Gets the container's lease state.

System_CAPS_pubpropertyLeaseStatusLeaseStatusLeaseStatusLeaseStatus

Gets the container's lease status.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(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.

Return to top