Share via


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

TypeScript
blobTags?: BlobTags

Property Value

deleted

TypeScript
deleted: boolean

Property Value

boolean

hasVersionsOnly

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

TypeScript
hasVersionsOnly?: boolean

Property Value

boolean

isCurrentVersion

TypeScript
isCurrentVersion?: boolean

Property Value

boolean

metadata

Dictionary of

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

Property Value

{[propertyName: string]: string}

name

TypeScript
name: string

Property Value

string

objectReplicationMetadata

Dictionary of

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

Property Value

{[propertyName: string]: string}

properties

Properties of a blob

TypeScript
properties: BlobProperties

Property Value

snapshot

TypeScript
snapshot: string

Property Value

string

versionId

TypeScript
versionId?: string

Property Value

string