BlobItemInternal interface

An Azure Storage blob

Properties

blobTags

Blob tags

deleted
hasVersionsOnly

Inactive root blobs which have any versions would have such tag with value true.

isCurrentVersion
metadata

Dictionary of

name
objectReplicationMetadata

Dictionary of

properties

Properties of a blob

snapshot
versionId

Property Details

blobTags

Blob tags

blobTags?: BlobTags

Property Value

deleted

deleted: boolean

Property Value

boolean

hasVersionsOnly

Inactive root blobs which have any versions would have such tag with value true.

hasVersionsOnly?: boolean

Property Value

boolean

isCurrentVersion

isCurrentVersion?: boolean

Property Value

boolean

metadata

Dictionary of

metadata?: [key: string]: string

Property Value

[key: string]: string

name

name: string

Property Value

string

objectReplicationMetadata

Dictionary of

objectReplicationMetadata?: [key: string]: string

Property Value

[key: string]: string

properties

Properties of a blob

properties: BlobProperties

Property Value

snapshot

snapshot: string

Property Value

string

versionId

versionId?: string

Property Value

string