Base interface for distributed objects.

Hierarchy

Methods

  • Destroys this object cluster-wide. Clears all resources taken for this object.

    Returns Promise<void>

  • Returns the key of the partition that this DistributedObject is assigned to. For a partitioned data structure, the returned value will not be null, but otherwise undefined.

    Returns string

Generated using TypeDoc