BlobItemInternal interface
An Azure Storage blob
blob |
Blob tags |
deleted | |
has |
Inactive root blobs which have any versions would have such tag with value true. |
is |
|
metadata | Dictionary of |
name | |
object |
Dictionary of |
properties | Properties of a blob |
snapshot | |
version |
TypeScript
deleted: boolean
Property Value
boolean
Inactive root blobs which have any versions would have such tag with value true.
TypeScript
hasVersionsOnly?: boolean
Property Value
boolean
TypeScript
isCurrentVersion?: boolean
Property Value
boolean
Dictionary of
TypeScript
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
TypeScript
name: string
Property Value
string
Dictionary of
TypeScript
objectReplicationMetadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
TypeScript
snapshot: string
Property Value
string
TypeScript
versionId?: string
Property Value
string