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 <string>

name
objectReplicationMetadata

Dictionary of <string>

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 <string>

metadata?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

name

name: string

Property Value

string

objectReplicationMetadata

Dictionary of <string>

objectReplicationMetadata?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

properties

Properties of a blob

properties: BlobPropertiesInternal

Property Value

snapshot

snapshot: string

Property Value

string

versionId

versionId?: string

Property Value

string