Freshness options for stale reads when using none consistency.
none
The freshness value is a duration string (e.g. "1s", "5m") that specifies the maximum staleness allowed for a read.
freshness
"1s"
"5m"
Maximum staleness duration (e.g. "1s", "500ms", "5m").
"500ms"
Optional
When true, require the node to have received a heartbeat within the freshness window.
Freshness options for stale reads when using
noneconsistency.The
freshnessvalue is a duration string (e.g."1s","5m") that specifies the maximum staleness allowed for a read.