primaryKey
typescript
1
primaryKey: string
Defined in: ridb_core.d.ts:512
The primary key of the schema.
SchemaType = object
Defined in: ridb_core.d.ts:503
Represents the type definition for a schema.
optional encrypted: string[]
Defined in: ridb_core.d.ts:519
optional indexes: string[]
Defined in: ridb_core.d.ts:518
primaryKey: string
Defined in: ridb_core.d.ts:512
The primary key of the schema.
properties: object
Defined in: ridb_core.d.ts:523
The properties defined in the schema.
[name
: string
]: Property
type: SchemaFieldType
Defined in: ridb_core.d.ts:517
The type of the schema.
version: number
Defined in: ridb_core.d.ts:507
The version of the schema.