Class ClientOptions
Class ClientOptions
Namespace: frankmayer\ArangoDbPhpCore
Package: frankmayer\ArangoDbPhpCore
Located at ClientOptions.php
Package: frankmayer\ArangoDbPhpCore
Located at ClientOptions.php
Constants summary
string |
OPTION_ENDPOINT
Endpoint string index constant |
#
'endpoint'
|
string |
OPTION_AUTH_USER
Authentication user name |
#
'AuthUser'
|
string |
OPTION_AUTH_PASSWD
Authentication password |
#
'AuthPasswd'
|
string |
OPTION_AUTH_TYPE
Authentication type |
#
'AuthType'
|
string |
OPTION_TIMEOUT
Timeout value index constant |
#
'timeout'
|
string |
OPTION_BATCH
Batch flag |
#
'Batch'
|
string |
OPTION_BATCHPART
Batchpart flag |
#
'BatchPart'
|
string |
OPTION_CLIENT
Client close or keepalive strategy constant |
#
'Close'
|
boolean |
OPTION_CREATE
option to create unknown collections automatically |
#
false
|
string |
OPTION_UPDATE_POLICY
Update strategy |
#
frankmayer\ArangoDbPhpCore\UpdatePolicy::LAST
|
string |
OPTION_CHECK_UTF8_CONFORM
UTF-8 CHeck Flag |
#
'CheckUtf8Conform'
|
string |
OPTION_TRACE
Trace function index constant |
#
'trace'
|
string |
OPTION_ENHANCED_TRACE
Enhanced trace |
#
'enhancedTrace'
|
string |
OPTION_PLUGINS
Plugins index constant |
#
'plugins'
|
string |
OPTION_DEFAULT_DATABASE
Default database index constant |
#
'defaultDatabase'
|
string |
OPTION_REQUEST_CLASS
RequestClass index constant |
#
'requestClass'
|
string |
OPTION_RESPONSE_CLASS
ResponseClass index constant |
#
'responseClass'
|
string |
OPTION_DATABASE_PATH_PREFIX
ResponseClass index constant |
#
'databasePathPrefix'
|