ContainerRuntimeFactoryWithDefaultDataStore Class
A ContainerRuntimeFactory that initializes Containers with a single default data store, which can be requested from the container with an empty URL.
This factory should be exposed as fluidExport off the entry point to your module.
To use, import via @fluidframework/aqueduct/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare class ContainerRuntimeFactoryWithDefaultDataStore extends BaseContainerRuntimeFactory
Extends: BaseContainerRuntimeFactory
Constructors
Constructor | Alerts | Description |
---|---|---|
(constructor)(props) | Alpha |
Constructs a new instance of the ContainerRuntimeFactoryWithDefaultDataStore class |
Static Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
defaultDataStoreId | Alpha |
readonly |
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
defaultFactory | Alpha |
readonly |
IFluidDataStoreFactory |
Constructor Details
(constructor)
Constructs a new instance of the ContainerRuntimeFactoryWithDefaultDataStore
class
To use, import via @fluidframework/aqueduct/alpha
.
For more information about our API support guarantees, see here.
Signature
constructor(props: ContainerRuntimeFactoryWithDefaultDataStoreProps);
Parameters
Parameter | Type | Description |
---|---|---|
props | ContainerRuntimeFactoryWithDefaultDataStoreProps |
Property Details
defaultDataStoreId
To use, import via @fluidframework/aqueduct/alpha
.
For more information about our API support guarantees, see here.
Signature
static readonly defaultDataStoreId = "default";
defaultFactory
To use, import via @fluidframework/aqueduct/alpha
.
For more information about our API support guarantees, see here.
Signature
protected readonly defaultFactory: IFluidDataStoreFactory;
Type: IFluidDataStoreFactory