Enumeration: OpType
Defined in: ridb_core.d.ts:53
Represents the type of operation to be performed on the collection.
Enumeration Members
COUNT
typescript
1
COUNT: 4
Defined in: ridb_core.d.ts:73
Count Operation.
CREATE
typescript
1
CREATE: 0
Defined in: ridb_core.d.ts:57
Create operation.
DELETE
typescript
1
DELETE: 2
Defined in: ridb_core.d.ts:65
Delete operation.
QUERY
typescript
1
QUERY: 3
Defined in: ridb_core.d.ts:69
Query Operation.
UPDATE
typescript
1
UPDATE: 1
Defined in: ridb_core.d.ts:61
Update operation.