IChannelAttributes Interface
Packages > @fluidframework/datastore-definitions > IChannelAttributes
Represents the attributes of a channel/DDS.
Signature:
export interface IChannelAttributes
Properties
Property | Type | Description |
---|---|---|
packageVersion | string | The package version of the code of the DDS, for debug only |
snapshotFormatVersion | string | Format version of the snapshot Currently, only use to display a debug message if the version is incompatible |
type | string | Type name of the DDS for factory look up with ISharedObjectRegistry |
Events
packageVersion
The package version of the code of the DDS, for debug only
Signature:
readonly packageVersion?: string;
snapshotFormatVersion
Format version of the snapshot Currently, only use to display a debug message if the version is incompatible
Signature:
readonly snapshotFormatVersion: string;
type
Type name of the DDS for factory look up with ISharedObjectRegistry
Signature:
readonly type: string;