LoaderHeader Enum
Accepted header keys for requests coming to the Loader
To use, import via @fluidframework/container-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare enum LoaderHeader
Flags
Flag | Alerts | Description |
---|---|---|
cache | Deprecated , Alpha |
|
clientDetails | Alpha |
|
loadMode | Alpha |
Start the container in a paused, unconnected state. Defaults to false |
reconnect | Alpha |
|
sequenceNumber | Alpha |
Loads the container to at least the specified sequence number. If not defined, behavior will fall back to IContainerLoadMode.opsBeforeReturn . |
version | Alpha |
One of the following: null or "null": use ops, no snapshots undefined: fetch latest snapshot otherwise, version sha to load snapshot |
cache
This header has been deprecated and will be removed in a future release Override the Loader's default caching behavior for this container.
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
cache = "fluid-cache"
clientDetails
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
clientDetails = "fluid-client-details"
loadMode
Start the container in a paused, unconnected state. Defaults to false
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
loadMode = "loadMode"
reconnect
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
reconnect = "fluid-reconnect"
sequenceNumber
Loads the container to at least the specified sequence number. If not defined, behavior will fall back to IContainerLoadMode.opsBeforeReturn
.
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
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
To use, import via @fluidframework/container-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
version = "version"