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
Method | Description |
---|---|
get(name) |
Methods
get
Signature:
get(name: string): Promise<FluidDataStoreRegistryEntry | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns:
Promise<FluidDataStoreRegistryEntry | undefined>