Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

type

Description

ResultPath

string

Path to the directory in which the asset is cached

FileName

string

Name of the cached asset

Cached

bool

Boolean to indicate whether the asset is cached

ResultStream

Task<Stream>

Handle for the result stream used to get the asset from Digizuite

ResizeBytes

byte[]

If the image is resized and/or compressed, this array contains the result bytes

DownloadUrl

string

Redirect URL for download requests

StopPipeline

bool

If the pipeline should be aborted, for instance due to security violation, then this is true

Asset

AssetIndexable

Asset model from the index

StatusCode

HttpStatusCode

Status code used to indicate the request status.

DownloadFileName

string

Containes the download filename.

DigizuiteAssetStreamUrl

string

Contains the digizuite url for the requested media.

IsVideo

bool

If true, the requested asset + quality is a video.

Manually deleting cache entries

...