Get desktop application:
View/edit binary Protocol Buffers messages
CacheData is used to store a serialized data that has user data and some Tigris metadata in Cache
the id generated for this data, in most cases will be filled when returning this in response
ver is the version for the raw bytes, this may be the version of the event
encoding represents encoding of the event field.
raw_data is the raw bytes stored, caller controls how they want to store these raw bytes in event store.
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.
the id generated for this data, in most cases will be filled when returning this in response
ver is the version for the raw bytes, this may be the version of the event
encoding represents encoding of the raw_data field.
md is the is the metadata of this stream data.
raw_data is the raw bytes stored, caller controls how they want to store these raw bytes in event store.
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.
ver is the version for the raw bytes, this may be schema version in case of user data.
encoding represents encoding of the data field.
raw_data is the raw bytes stored, caller controls how they want to store these raw bytes in database.
Used in:
, ,Represents seconds of UTC time since Unix epoch
Non-negative fractions of a second at nanosecond resolution.