Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeedChangesResponse

A result set containing the feed changes for the range that was requested.

Hierarchy

  • FeedChangesResponse

Index

Properties

Optional count

count: number

The number of changes in this set.

Optional feedChanges

feedChanges: Array<FeedChange>

A container that encapsulates the state of the feed after a create, update, or delete.

Optional links

Optional nextFeedContinuationToken

nextFeedContinuationToken: number

When iterating through the log of changes this value indicates the value that should be used for the next continuation token.

Generated using TypeDoc