TableDescriptor describes an ORM singleton table which has at most one instance.

from message cosmos.orm.v1.SingletonDescriptor

Hierarchy

Constructors

Properties

id: number = 0

id is a non-zero integer ID that must be unique within the tables and singletons in this file. It may be deprecated in the future when this can be auto-generated.

from field: uint32 id = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.orm.v1.SingletonDescriptor" = "cosmos.orm.v1.SingletonDescriptor"

Methods