IBlobManagerLoadInfo Interface

Packages > @fluidframework/container-runtime > IBlobManagerLoadInfo

Information from a snapshot needed to load BlobManager

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-runtime/legacy.

For more information about our API support guarantees, see here .

Signature

export interface IBlobManagerLoadInfo

Properties

Property Alerts Modifiers Type Description
ids Alpha optional string[]
redirectTable Alpha optional [string, string][]

Property Details

ids

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/container-runtime/alpha.

For more information about our API support guarantees, see here .

Signature

ids?: string[];

Type: string[]

redirectTable

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/container-runtime/alpha.

For more information about our API support guarantees, see here .

Signature

redirectTable?: [string, string][];

Type: [string, string][]