Searched defs:SyncTimeRange (Results 1 – 1 of 1) sorted by relevance
139 struct SyncTimeRange { struct140 Timestamp beginTime = 0;141 Timestamp deleteBeginTime = 0;142 Timestamp endTime = static_cast<Timestamp>(INT64_MAX);143 Timestamp deleteEndTime = static_cast<Timestamp>(INT64_MAX);144 Timestamp lastQueryTime = 0;145 bool IsValid() const in IsValid()