SharedNumberSequenceFactory Class
Packages > fluid-framework > SharedNumberSequenceFactory
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
export declare class SharedNumberSequenceFactory implements IChannelFactory
Implements:
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributes | |||
Attributes | static |
||
type | |||
Type | static |
Methods
Method | Modifiers | Description |
---|---|---|
create(document, id) | ||
load(runtime, id, services, attributes) | ||
segmentFromSpec(segSpec) | static |
Properties
attributes
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
get attributes(): IChannelAttributes;
Attributes
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
static readonly Attributes: IChannelAttributes;
type
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
get type(): string;
Type
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
static Type: string;
Methods
create
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
create(document: IFluidDataStoreRuntime, id: string): ISharedObject;
Parameters
Parameter | Type | Description |
---|---|---|
document | ||
id |
Returns:
load
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
Parameters
Parameter | Type | Description |
---|---|---|
runtime | ||
id | ||
services | ||
attributes |
Returns:
segmentFromSpec
Deprecated
SharedNumberSequence is not recommended for use and will be removed in an upcoming release. For more info, please see [Github issue 8526](https://github.com/microsoft/FluidFramework/issues/8526)
Signature:
static segmentFromSpec(segSpec: IJSONSegment): SubSequence<number>;
Parameters
Parameter | Type | Description |
---|---|---|
segSpec |
Returns: