Enumeration QueryScanConsistency

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

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