Destroys this object cluster-wide.
Clears all resources taken for this object.
Returns Promise<void>
getName
getName(): string
Returns the unique name of this object.
Returns string
getPartitionKey
getPartitionKey(): string
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.
Base interface for distributed objects.