Interface: IRetrieveConfiguration
Defines how the retrieve configuration is handled for single and multi frame volumes. Currently, the only configuration is a list of stages specify how sets of images ids get retrieved together or separately, and what type of retrieves and which queue is used for retrieving.
The intent is to add other information on how to retrieve here in the future. This could include the specific retrieve options or could control queue strategy, prefetch etc.
Properties
create()?
optional
create: (IRetrieveConfiguration
) =>IImagesLoader
Creates an image loader, defaulting to ProgressiveRetrieveImages
Parameters
• IRetrieveConfiguration: any
Returns
Defined in
packages/core/src/types/IRetrieveConfiguration.ts:181
retrieveOptions?
optional
retrieveOptions:Record
<string
,RetrieveOptions
>
Defined in
packages/core/src/types/IRetrieveConfiguration.ts:182
stages?
optional
stages:RetrieveStage
[]