type
IndexWindow
type IndexWindow struct {
Path query.Path
LowerBound string
UpperBound string
}One half-open range over a direct unique index.
Pathquery.Path- Direct unique, indexed, non-localized text field.
LowerBoundstring- Inclusive lower bound.
UpperBoundstring- Exclusive upper bound.
The unique key is the complete deterministic ordering.