SharedIntervalCollectionFactory Class
Packages > fluid-framework > SharedIntervalCollectionFactory
Deprecated
- SharedIntervalCollection is not maintained and is planned to be removed.
The factory that defines the SharedIntervalCollection
Signature:
export declare class SharedIntervalCollectionFactory implements IChannelFactory
Implements:
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributes | |||
Attributes | static |
||
type | |||
Type | static |
(not declared) |
Methods
Method | Modifiers | Description |
---|---|---|
create(runtime, id) | ||
load(runtime, id, services, attributes) |
Properties
attributes
Signature:
get attributes(): IChannelAttributes;
Attributes
Signature:
static readonly Attributes: IChannelAttributes;
type
Signature:
get type(): string;
Type
Signature:
static readonly Type = "https://graph.microsoft.com/types/sharedIntervalCollection";
Methods
create
Signature:
create(runtime: IFluidDataStoreRuntime, id: string): SharedIntervalCollection;
Parameters
Parameter | Type | Description |
---|---|---|
runtime | ||
id |
Returns:
load
Signature:
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<SharedIntervalCollection>;
Parameters
Parameter | Type | Description |
---|---|---|
runtime | ||
id | ||
services | ||
attributes |
Returns: