primaryKey
typescript
1
primaryKey: string
Defined in: ridb_core.d.ts:117
The primary key of the schema.
SchemaType = object
Defined in: ridb_core.d.ts:108
Represents the type definition for a schema.
optional encrypted: string[]
Defined in: ridb_core.d.ts:124
optional indexes: string[]
Defined in: ridb_core.d.ts:123
primaryKey: string
Defined in: ridb_core.d.ts:117
The primary key of the schema.
properties: object
Defined in: ridb_core.d.ts:128
The properties defined in the schema.
[name: string]: Property
type: SchemaFieldType
Defined in: ridb_core.d.ts:122
The type of the schema.
version: number
Defined in: ridb_core.d.ts:112
The version of the schema.