Interface ObjectsMapEntry

Describes a value at a specific key in a map object.

Hierarchy

  • ObjectsMapEntry

Properties

data?: ObjectData

The value associated with this map entry.

serialTimestamp?: number

A timestamp derived from the timeserial field. Present only if tombstone is true.

timeserial?: string

The serial value of the last operation applied to the map entry.

tombstone?: boolean

Indicates whether the map entry has been removed.

Generated using TypeDoc