Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 723 Bytes

OpType.md

File metadata and controls

69 lines (35 loc) · 723 Bytes

@elribonazo/ridbDocs


@elribonazo/ridb / RIDBTypes / OpType

Enumeration: OpType

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

Enumeration Members

COUNT

COUNT: 4

Count Operation.

Defined in

pkg/ridb_rust.d.ts:59


CREATE

CREATE: 0

Create operation.

Defined in

pkg/ridb_rust.d.ts:43


DELETE

DELETE: 2

Delete operation.

Defined in

pkg/ridb_rust.d.ts:51


QUERY

QUERY: 3

Query Operation.

Defined in

pkg/ridb_rust.d.ts:55


UPDATE

UPDATE: 1

Update operation.

Defined in

pkg/ridb_rust.d.ts:47