Skip to main content
Version: v1

LoaderHeader Enum

Accepted header keys for requests coming to the Loader

Signature

export declare enum LoaderHeader

Flags

Flag Description
cache Override the Loader's default caching behavior for this container.
clientDetails
loadMode Start the container in a paused, unconnected state. Defaults to false
reconnect
sequenceNumber
version One of the following: null or "null": use ops, no snapshots undefined: fetch latest snapshot otherwise, version sha to load snapshot

cache

Override the Loader's default caching behavior for this container.

Signature
cache = "fluid-cache"

clientDetails

Signature
clientDetails = "fluid-client-details"

loadMode

Start the container in a paused, unconnected state. Defaults to false

Signature
loadMode = "loadMode"

reconnect

Signature
reconnect = "fluid-reconnect"

sequenceNumber

Signature
sequenceNumber = "fluid-sequence-number"

version

One of the following: null or "null": use ops, no snapshots undefined: fetch latest snapshot otherwise, version sha to load snapshot

Signature
version = "version"