Class ImageMetaDataStorePayload
Represents payload when updating image metadata.
Inherited Members
Namespace: AdaptiveImages.Controllers
Assembly: AdaptiveImages.dll
Syntax
public class ImageMetaDataStorePayload
Properties
Id
Image ID of an existing image.
Declaration
public string? Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Image metadata to update.
Declaration
public ImageMetaData? Metadata { get; set; }
Property Value
Type | Description |
---|---|
ImageMetaData |
OptionIds
Optional image provider option IDs which may affect how image provider stores image data.
Declaration
public string[]? OptionIds { get; set; }
Property Value
Type | Description |
---|---|
string[] |