Type Alias: SchemaType

typescript
1
SchemaType = object

Defined in: ridb_core.d.ts:503

Represents the type definition for a schema.

Properties

encrypted?

typescript
1
optional encrypted: string[]

Defined in: ridb_core.d.ts:519


indexes?

typescript
1
optional indexes: string[]

Defined in: ridb_core.d.ts:518


primaryKey

typescript
1
primaryKey: string

Defined in: ridb_core.d.ts:512

The primary key of the schema.


properties

typescript
1
properties: object

Defined in: ridb_core.d.ts:523

The properties defined in the schema.

Index Signature

[name: string]: Property


type

typescript
1
type: SchemaFieldType

Defined in: ridb_core.d.ts:517

The type of the schema.


version

typescript
1
version: number

Defined in: ridb_core.d.ts:507

The version of the schema.