API Docs / Schemas / ImageAssetDto

ImageAssetDto

Data transfer object for image asset details

Properties

Name Type Description
codestring

Unique identifier (GUID)

Unique identifier (GUID)

namestring

Name of the image asset

Name of the image asset

descriptionstring

Description of the image asset

Description of the image asset

originalFileNamestring

Original file name

Original file name

contentTypestring

MIME type of the image

MIME type of the image

fileSizeinteger

File size in bytes

File size in bytes

widthPxinteger

Image width in pixels (null for SVG)

Image width in pixels (null for SVG)

heightPxinteger

Image height in pixels (null for SVG)

Image height in pixels (null for SVG)

sha256Hashstring

SHA256 hash of the file

SHA256 hash of the file

downloadUrlstring

SAS URL for downloading the image (generated on-demand)

SAS URL for downloading the image (generated on-demand)

createdDatestring

Date when the asset was created

Date when the asset was created

updatedDatestring

Date when the asset was last updated

Date when the asset was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "originalFileName": "string",
  "contentType": "string"
}

Used By Operations

Contained in Schemas