Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the BlobProperties class based on an existing instance.

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

Syntax

 
public BlobProperties(
	BlobProperties other
)
 
public:
BlobProperties(
	BlobProperties^ other
)
 
new : 
        other:BlobProperties -> BlobProperties
 
Public Sub New (
	other As BlobProperties
)

Remarks

Lease-related properties will not be cloned, because a lease associated with the base blob is not copied to the snapshot.

Return to top