Skip to content 

IFluidDataStoreRegistry Interface

Packages > @fluidframework/runtime-definitions > IFluidDataStoreRegistry

An association of identifiers to data store registry entries, where the entries can be used to create data stores.

Signature:

export interface IFluidDataStoreRegistry extends IProvideFluidDataStoreRegistry 

Extends: IProvideFluidDataStoreRegistry

Methods

List of methods of this class
Method Description
get(name)

Methods

get

Signature:

get(name: string): Promise<FluidDataStoreRegistryEntry | undefined>;

Parameters

List of parameters
Parameter Type Description
name string

Returns:

Promise<FluidDataStoreRegistryEntry | undefined>