Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueryScanConsistency

Represents the various scan consistency options that are available when querying against the query service.

Index

Enumeration members

Enumeration members

NotBounded = "not_bounded"

Indicates that no specific consistency is required, this is the fastest options, but results may not include the most recent operations which have been performed.

RequestPlus = "request_plus"

Indicates that the results to the query should include all operations that have occurred up until the query was started. This incurs a performance penalty of waiting for the index to catch up to the most recent operations, but provides the highest level of consistency.

Generated using TypeDoc