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, Beta |
|
| clientDetails | Beta |
|
| loadMode | Beta |
Start the container in a paused, unconnected state. Defaults to false |
| reconnect | Beta |
|
| sequenceNumber | Beta |
Loads the container to at least the specified sequence number. If not defined, behavior will fall back to IContainerLoadMode.opsBeforeReturn. |
| version | Beta |
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.
For more information about our API support guarantees, see here.
Signature
cache = "fluid-cache"
clientDetails
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
For more information about our API support guarantees, see here.
Signature
loadMode = "loadMode"
reconnect
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.
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
For more information about our API support guarantees, see here.
Signature
version = "version"