github.com/m3db/m3@v1.5.0/src/dbnode/generated/proto/pagetoken/pagetoken.proto (about) 1 syntax = "proto3"; 2 package pagetoken; 3 4 message PageToken { 5 message ActiveSeriesPhase { 6 int64 indexCursor = 1; 7 } 8 message FlushedSeriesPhase { 9 int64 currBlockStartUnixNanos = 1; 10 int64 currBlockEntryIdx = 2; 11 int64 volume = 3; 12 } 13 14 ActiveSeriesPhase active_series_phase = 1; 15 FlushedSeriesPhase flushed_series_phase = 2; 16 }