[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
The type of a blob. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
The type of a blob. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim instance As BlobType |
Syntax
| Visual Basic |
|---|
Public Enumeration BlobType |
| C# |
|---|
public enum BlobType |
| C++ |
|---|
public enum class BlobType |
| J# |
|---|
| JScript |
|---|
Members
| Member name | Description |
|---|---|
| BlockBlob | A block blob. |
| PageBlob | A page blob. |
| Unspecified | Not specified. |