package kurrentdb.protocol.v2.streams

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

service StreamsService

streams.proto:13

message AppendRecord

streams.proto:107

Record to be appended to a stream.

Used in: AppendRequest

message AppendResponse

streams.proto:54

Represents the outcome of an append operation.

Used in: AppendSessionResponse

enum ExpectedRevisionConstants

streams.proto:139

Constants for expected revision validation in optimistic concurrency control. These can be used in the expected_revision field, or you can specify an actual revision number.

enum SchemaFormat

streams.proto:75

Represents the data format of the schema.

Used in: SchemaInfo

message SchemaInfo

streams.proto:85

Schema information for record validation and interpretation.

Used in: AppendRecord