ImageMetadataUpdateEntry interface
Entry associating a metadata to an image.
Properties
image |
Id of the image. |
metadata | Metadata of the image. |
status | Status of the metadata update. Possible values include: 'OK', 'ErrorImageNotFound', 'ErrorLimitExceed', 'ErrorUnknown' |
Property Details
imageId
Id of the image.
imageId?: string
Property Value
string
metadata
Metadata of the image.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
status
Status of the metadata update. Possible values include: 'OK', 'ErrorImageNotFound', 'ErrorLimitExceed', 'ErrorUnknown'
status?: ImageMetadataUpdateStatus