ArangoDB-PHP-Core API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • frankmayer
    • ArangoDbPhpCore
      • Api
        • Rest
      • Config
      • Connectors
      • Plugins
      • Protocols
        • Http
      • TraitRepository

Classes

  • ConnectionOptions
  • DefaultValues
  • Endpoint
  • UpdatePolicy

Class DefaultValues

Contains default values used by the client

Abstract
Namespace: frankmayer\ArangoDbPhpCore\Config
Package: frankmayer\ArangoDbPhpCore\Config
Located at Config/DefaultValues.php

Constants summary

integer DEFAULT_PORT

Default port number (used if no port specified)

Default port number (used if no port specified)

# 8529
integer DEFAULT_TIMEOUT

Default timeout value (used if no timeout value specified)

Default timeout value (used if no timeout value specified)

# 30
boolean DEFAULT_WAIT_SYNC

Default value for waitForSync (fsync all data to disk on document updates/insertions/deletions)

Default value for waitForSync (fsync all data to disk on document updates/insertions/deletions)

# false
integer DEFAULT_JOURNAL_SIZE

Default value for collection journal size

Default value for collection journal size

# 33554432
boolean DEFAULT_IS_VOLATILE

Default value for isVolatile

Default value for isVolatile

# false
boolean DEFAULT_CREATE

Default value for createCollection (create the collection on the fly when the first document is added to an unknown collection)

Default value for createCollection (create the collection on the fly when the first document is added to an unknown collection)

# false
string DEFAULT_CLIENT

Default value for HTTP Client header

Default value for HTTP Client header

# "Close"
string DEFAULT_UPDATE_POLICY

Default update policy

Default update policy

# frankmayer\ArangoDbPhpCore\Config\UpdatePolicy::ERROR
string DEFAULT_REPLACE_POLICY

Default replace policy

Default replace policy

# frankmayer\ArangoDbPhpCore\Config\UpdatePolicy::ERROR
string DEFAULT_DELETE_POLICY

Default delete policy

Default delete policy

# frankmayer\ArangoDbPhpCore\Config\UpdatePolicy::ERROR
boolean DEFAULT_CHECK_UTF8_CONFORM

Default value for checking if data is UTF-8 conform

Default value for checking if data is UTF-8 conform

# true
ArangoDB-PHP-Core API Documentation API documentation generated by ApiGen