BlobTagsChange interface

Blob tags that were updated as part of the change feed event.

Properties

newTags

New Tags.

oldTags

Previous Tags.

Property Details

newTags

New Tags.

newTags: Record<string, string>

Property Value

Record<string, string>

oldTags

Previous Tags.

oldTags: Record<string, string>

Property Value

Record<string, string>