Class EntityVersionKey

Represents a key that uniquely identifies the version of an entity, including both the entity version and the protocol version.

Hierarchy

  • EntityVersionKey

Constructors

  • Creates a new instance of EntityVersionKey with an entity version and protocol version major.

    Parameters

    • entityVersion: number

      The version of the entity.

    • protocolVersionMajor: number

      The major version of the protocol used by the entity.

    Returns EntityVersionKey

Properties

entityVersion: number

The version of the entity.

protocolVersionMajor: number

The major version of the protocol used by the entity.

Generated using TypeDoc