DocumentsCommandAction uses ConstantsTrait
The enumeration of actions in the DocumentsCommand.
Tags
Table of Contents
Constants
- COUNT : string = 'count'
- The 'count' action.
- DELETE : string = 'delete'
- The 'delete' action.
- EXIST : string = 'exist'
- The 'exist' action.
- GET : string = 'get'
- The 'get' action.
- HARVEST : string = 'harvest'
- The 'harvest' action.
- INSERT : string = 'insert'
- The 'insert' action.
- LIST : string = 'list'
- The 'list' action.
- REPLACE : string = 'replace'
- The 'replace' action.
- REPSERT : string = 'repsert'
- The 'repsert' action.
- TRUNCATE : string = 'truncate'
- The 'truncate' action.
- UPDATE : string = 'update'
- The 'update' action.
- UPSERT : string = 'upsert'
- The 'upsert' action.
Constants
COUNT
The 'count' action.
public
string
COUNT
= 'count'
DELETE
The 'delete' action.
public
string
DELETE
= 'delete'
EXIST
The 'exist' action.
public
string
EXIST
= 'exist'
GET
The 'get' action.
public
string
GET
= 'get'
HARVEST
The 'harvest' action.
public
string
HARVEST
= 'harvest'
INSERT
The 'insert' action.
public
string
INSERT
= 'insert'
LIST
The 'list' action.
public
string
LIST
= 'list'
REPLACE
The 'replace' action.
public
string
REPLACE
= 'replace'
REPSERT
The 'repsert' action.
public
string
REPSERT
= 'repsert'
TRUNCATE
The 'truncate' action.
public
string
TRUNCATE
= 'truncate'
UPDATE
The 'update' action.
public
string
UPDATE
= 'update'
UPSERT
The 'upsert' action.
public
string
UPSERT
= 'upsert'