BlobProperties Constructor (BlobProperties)
From Windows Runtime Azure Storage Client Library
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)
Usage
| Visual Basic |
|---|
Dim other As BlobProperties Dim instance As New BlobProperties(other) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _ other As BlobProperties _ ) |
| C# |
|---|
public BlobProperties ( BlobProperties other ) |
| C++ |
|---|
public: BlobProperties ( BlobProperties^ other ) |
| J# |
|---|
public BlobProperties ( BlobProperties other ) |
| JScript |
|---|
public function BlobProperties ( other : BlobProperties ) |
Parameters
- other
A BlobProperties object.
Remarks
Lease-related properties will not be cloned, because a lease associated with the base blob is not copied to the snapshot.