| Modifier and Type | Method and Description |
|---|---|
Filters.TimestampRangeFilter |
exact(Long exactTimestamp)
Matches cells with exact given timestamp.
|
Filters.TimestampRangeFilter |
range()
Matches only cells with timestamps within the given range.
|
public Filters.TimestampRangeFilter range()
Filters.TimestampRangeFilter on which start / end timestamps can be specified.public Filters.TimestampRangeFilter exact(Long exactTimestamp)
Filters.TimestampRangeFilter with start/end closed timestamp.Copyright © 2020 Google LLC. All rights reserved.