BlobItemInternal interface
An Azure Storage blob
Properties
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 |
Property Details
blobTags
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
snapshot
snapshot: string
Property Value
string
versionId
versionId?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript