Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeedChange

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

Hierarchy

  • FeedChange

Index

Properties

Optional feed

feed: Feed

The state of the feed after a after a create, update, or delete operation completed.

Optional feedContinuationToken

feedContinuationToken: number

A token that identifies the next change in the log of changes.

Optional latestPackageContinuationToken

latestPackageContinuationToken: number

A token that identifies the latest package change for this feed. This can be used to quickly determine if there have been any changes to packages in a specific feed.

Generated using TypeDoc