Options
All
  • Public
  • Public/Protected
  • All
Menu

Base interface for distributed objects.

Hierarchy

Index

Methods

  • destroy(): Promise<void>
  • getName(): string
  • 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.

    Returns string

  • getServiceName(): string

Generated using TypeDoc