BlobProperties.BlobType Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobProperties.BlobType Property
BlobProperties::BlobType Property
BlobProperties.BlobType Property
BlobProperties.BlobType Property
Gets the type of the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property BlobType BlobType {
BlobType get();
internal: void set(BlobType value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobTypeMicrosoft.WindowsAzure.Storage.Blob::BlobTypeMicrosoft.WindowsAzure.Storage.Blob.BlobTypeMicrosoft.WindowsAzure.Storage.Blob.BlobTypeA BlobTypeBlobTypeBlobTypeBlobType object that indicates the type of the blob.
Return to top
Gets the type of the blob.
Syntax
C++
public: property BlobType BlobType { BlobType get(); internal: void set(BlobType value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.Blob.BlobTypeMicrosoft.WindowsAzure.Storage.Blob::BlobTypeMicrosoft.WindowsAzure.Storage.Blob.BlobTypeMicrosoft.WindowsAzure.Storage.Blob.BlobTypeA BlobTypeBlobTypeBlobTypeBlobType object that indicates the type of the blob.