Default package

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CacheData

data.proto:60

CacheData is used to store a serialized data that has user data and some Tigris metadata in Cache

message StreamData

data.proto:45

StreamData is used to store a serialized data that has user data, some Tigris metadata in Cache Stream. Some options are used by channels to store channel metadata but these can be ignored for storing some regular stream data.

message TableData

data.proto:28

TableData is a wrapper around underlying storage raw bytes. This is used to store user collection data, internal metadata, schemas etc. Caller can use raw_data to store any raw bytes.

message Timestamp

data.proto:19

Used in: CacheData, StreamData, TableData