github.com/m3db/m3@v1.5.0/src/dbnode/generated/proto/snapshot/snapshot_metadata.proto (about) 1 syntax = "proto3"; 2 package snapshot; 3 4 message Metadata { 5 int64 snapshotIndex = 1; 6 bytes snapshotUUID = 2; 7 CommitLogID commitlogID = 3; 8 } 9 10 message CommitLogID { 11 string filePath = 1; 12 int64 index = 2; 13 }