Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 632 Bytes

ConsistencyPreference.md

File metadata and controls

11 lines (6 loc) · 632 Bytes

ConsistencyPreference

Controls the consistency preferences when calling the query APIs. - UNSPECIFIED: Default if not set. Behavior will be the same as MINIMIZE_LATENCY. - MINIMIZE_LATENCY: Minimize latency at the potential expense of lower consistency. - HIGHER_CONSISTENCY: Prefer higher consistency, at the potential expense of increased latency.

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]