ChangeFeedEventPreviousInfo interface
Previous info for Change Feed Event.
Properties
is |
If the blob was soft deleted. |
new |
Blob version. |
old |
Last version. |
previous |
Previous Access Tier |
soft |
Soft delete snapshot. |
Property Details
isBlobSoftDeleted
If the blob was soft deleted.
isBlobSoftDeleted: boolean
Property Value
boolean
newBlobVersion
Blob version.
newBlobVersion?: string
Property Value
string
oldBlobVersion
Last version.
oldBlobVersion?: string
Property Value
string
previousTier
softDeleteSnapshot
Soft delete snapshot.
softDeleteSnapshot?: 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