BlobProperties.Length Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobProperties.Length Property
BlobProperties::Length Property
BlobProperties.Length Property
BlobProperties.Length Property
Gets the size of the blob, in bytes.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property long long Length {
long long get();
internal: void set(long long value);
}
Property Value
Type:
System.Int64System::Int64System.Int64System.Int64A long value containing the blob's size in bytes.
Return to top
Gets the size of the blob, in bytes.
Syntax
C++
public: property long long Length { long long get(); internal: void set(long long value); }
Property Value
Type: System.Int64System::Int64System.Int64System.Int64A long value containing the blob's size in bytes.