Enumeration: OpType

Defined in: ridb_core.d.ts:43

Represents the type of operation to be performed on the collection.

Enumeration Members

COUNT

typescript
1
COUNT: 4

Defined in: ridb_core.d.ts:63

Count Operation.


CREATE

typescript
1
CREATE: 0

Defined in: ridb_core.d.ts:47

Create operation.


DELETE

typescript
1
DELETE: 2

Defined in: ridb_core.d.ts:55

Delete operation.


QUERY

typescript
1
QUERY: 3

Defined in: ridb_core.d.ts:59

Query Operation.


UPDATE

typescript
1
UPDATE: 1

Defined in: ridb_core.d.ts:51

Update operation.