Schema for an ability to tell if view is up-to-date without querying it.

Hierarchy

  • UpdatesPending

Properties

Properties

minimum: number

Sum of shard copies with the least amount of work to do.

preferred: number

Sum of unique shards. This value is zero when at least one copy of every shard range is up-to-date and the view is able to answer a query without index building delays.

total: number

Sum of all shard copies.

Generated using TypeDoc