DocumentsCommandParamTrait uses \oihana\reflect\traits\ConstantsTrait, \oihana\commands\enums\traits\CommandParamTrait
The trait to defines the constants of the DocumentsCommandParam class.
Tags
Table of Contents
Constants
- DOC : string = 'doc'
- The 'doc' parameter.
- DOCUMENTS : string = 'documents'
- The 'documents' parameter.
- EXCLUDES : string = 'excludes'
- The 'excludes' parameter.
- FIELDS : string = 'fields'
- The 'fields' parameter.
- KEY : string = 'key'
- The 'key' parameter.
- KEYS : string = 'keys'
- The 'keys' parameter.
- LIST : string = 'list'
- The 'list' parameter.
- REDIRECTS : string = 'redirects'
- The 'redirects' parameter.
- REMOVE_KEYS : string = 'removeKeys'
- The 'removeKeys' parameter.
- SKIN : string = 'skin'
- The 'skin' parameter.
- SKIN_DEFAULT : string = 'skinDefault'
- The 'skinDefault' parameter.
- SKIN_METHODS : string = 'skinMethods'
- The 'skinMethods' parameter.
- SKINS : string = 'skins'
- The 'skins' parameter.
- UPSERT_OPTIONS : string = 'upsertOptions'
- The 'upsertOptions' parameter.
- VALUE : string = 'value'
- The 'value' parameter.
Constants
DOC
The 'doc' parameter.
public
string
DOC
= 'doc'
DOCUMENTS
The 'documents' parameter.
public
string
DOCUMENTS
= 'documents'
EXCLUDES
The 'excludes' parameter.
public
string
EXCLUDES
= 'excludes'
FIELDS
The 'fields' parameter.
public
string
FIELDS
= 'fields'
KEY
The 'key' parameter.
public
string
KEY
= 'key'
KEYS
The 'keys' parameter.
public
string
KEYS
= 'keys'
LIST
The 'list' parameter.
public
string
LIST
= 'list'
REDIRECTS
The 'redirects' parameter.
public
string
REDIRECTS
= 'redirects'
REMOVE_KEYS
The 'removeKeys' parameter.
public
string
REMOVE_KEYS
= 'removeKeys'
SKIN
The 'skin' parameter.
public
string
SKIN
= 'skin'
SKIN_DEFAULT
The 'skinDefault' parameter.
public
string
SKIN_DEFAULT
= 'skinDefault'
SKIN_METHODS
The 'skinMethods' parameter.
public
string
SKIN_METHODS
= 'skinMethods'
SKINS
The 'skins' parameter.
public
string
SKINS
= 'skins'
UPSERT_OPTIONS
The 'upsertOptions' parameter.
public
string
UPSERT_OPTIONS
= 'upsertOptions'
VALUE
The 'value' parameter.
public
string
VALUE
= 'value'