Interface RestObjectPublishResult

Result returned after successfully publishing object operations via REST. Contains information about the published message and affected object IDs.

Hierarchy

  • RestObjectPublishResult

Properties

channel: string

The name of the channel the object message was published to.

messageId: string

The ID of the message containing the published operations.

objectIds: string[]

Array of object IDs that were affected by the operations. May include multiple IDs for wildcard paths and batch operations.

Generated using TypeDoc