Packages > @fluidframework/datastore-definitions > IChannelAttributes

IChannelAttributes Interface

Represents the attributes of a channel/DDS.

Signature

export interface IChannelAttributes

Properties

Property Modifiers Type Description
packageVersion optional, readonly string The package version of the code of the DDS, for debug only
snapshotFormatVersion readonly string Format version of the snapshot Currently, only use to display a debug message if the version is incompatible
type readonly string Type name of the DDS for factory look up with ISharedObjectRegistry

Property Details

packageVersion

The package version of the code of the DDS, for debug only

Signature

readonly packageVersion?: string;

Type: 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: string

type

Type name of the DDS for factory look up with ISharedObjectRegistry

Signature

readonly type: string;

Type: string