Optional
data: PartialMessage<PrimaryKeyDescriptor>auto_increment specifies that the primary key is generated by an auto-incrementing integer. If this is set to true fields must only contain one field of that is of type uint64.
fields is a comma-separated list of fields in the primary key. Spaces are not allowed. Supported field types, their encodings, and any applicable constraints are described below.
All other fields types are unsupported in keys including repeated and oneof fields.
Primary keys are prefixed by the varint encoded table id and the byte 0x0 plus any additional prefix specified by the schema.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
PrimaryKeyDescriptor describes a table primary key.
Generated
from message cosmos.orm.v1.PrimaryKeyDescriptor