BlobType Enum

Definition

The type of a blob.

public enum BlobType
type BlobType = 
Public Enum BlobType
Inheritance
BlobType

Fields

AppendBlob 3

An append blob.

BlockBlob 2

A block blob.

PageBlob 1

A page blob.

Unspecified 0

Not specified.

Applies to