Oihana PHP Arango

ArangoRestoreOption extends Option uses ArangoCommonOption

Table of Contents

Constants

ALL_DATABASES  : string = 'allDatabases'
BATCH_SIZE  : string = 'batchSize'
CHECK_CONFIGURATION  : string = 'checkConfiguration'
CLEANUP_DUPLICATE_ATTRIBUTES  : string = 'cleanupDuplicateAttributes'
COLLECTION  : string = 'collection'
COMPRESS_REQUEST_THRESHOLD  : string = 'compressRequestThreshold'
COMPRESS_TRANSFER  : string = 'compressTransfer'
CONFIG  : string = 'config'
CONFIGURATION  : string = 'configuration'
CONTINUE  : string = 'continue'
CREATE_COLLECTION  : string = 'createCollection'
CREATE_DATABASE  : string = 'createDatabase'
DEFAULT_NUMBER_OF_SHARDS  : string = 'defaultNumberOfShards'
DEFAULT_REPLICATION_FACTOR  : string = 'defaultReplicationFactor'
DEFINE  : string = 'define'
DESCRIPTORS_MINIMUM  : string = 'descriptorsMinimum'
DUMP_DEPENDENCIES  : string = 'dumpDependencies'
DUMP_OPTIONS  : string = 'dumpOptions'
ENABLE_REVISION_TREES  : string = 'enableRevisionTrees'
ENCRYPTION_KEY_GENERATOR  : string = 'encryptionKeyGenerator'
ENCRYPTION_KEYFILE  : string = 'encryptionKeyfile'
FORCE  : string = 'force'
FORCE_SAME_DATABASE  : string = 'forceSameDatabase'
HONOR_NSSWITCH  : string = 'honorNsswitch'
IGNORE_DISTRIBUTE_SHARDS_LIKE_ERRORS  : string = 'ignoreDistributeShardsLikeErrors'
IMPORT_DATA  : string = 'importData'
INCLUDE_SYSTEM_COLLECTIONS  : string = 'includeSystemCollections'
INITIAL_CONNECT_RETRIES  : string = 'initialConnectRetries'
INPUT_DIRECTORY  : string = 'inputDirectory'
LOG  : string = 'log'
LOG_COLOR  : string = 'logColor'
LOG_ESCAPE_CONTROL_CHARS  : string = 'logEscapeControlChars'
LOG_ESCAPE_UNICODE_CHARS  : string = 'logEscapeUnicodeChars'
LOG_FILE  : string = 'logFile'
LOG_FILE_GROUP  : string = 'logFileGroup'
LOG_FILE_MODE  : string = 'logFileMode'
LOG_FORCE_DIRECT  : string = 'logForceDirect'
LOG_FOREGROUND_TTY  : string = 'logForegroundTty'
LOG_HOSTNAME  : string = 'logHostname'
LOG_IDS  : string = 'logIds'
LOG_LEVEL  : string = 'logLevel'
LOG_LINE_NUMBER  : string = 'logLineNumber'
LOG_MAX_ENTRY_LENGTH  : string = 'logMaxEntryLength'
LOG_MAX_QUEUED_ENTRIES  : string = 'logMaxQueuedEntries'
LOG_OUTPUT  : string = 'logOutput'
LOG_PERFORMANCE  : string = 'logPerformance'
LOG_PREFIX  : string = 'logPrefix'
LOG_PROCESS  : string = 'logProcess'
LOG_REQUEST_PARAMETERS  : string = 'logRequestParameters'
LOG_ROLE  : string = 'logRole'
LOG_SHORTEN_FILENAMES  : string = 'logShortenFilenames'
LOG_STRUCTURED_PARAM  : string = 'logStructuredParam'
LOG_THREAD  : string = 'logThread'
LOG_THREAD_NAME  : string = 'logThreadName'
LOG_TIME_FORMAT  : string = 'logTimeFormat'
LOG_USE_JSON_FORMAT  : string = 'logUseJsonFormat'
LOG_USE_LOCAL_TIME  : string = 'logUseLocalTime'
LOG_USE_MICROTIME  : string = 'logUseMicrotime'
MAX_UNUSED_BUFFERS_CAPACITY  : string = 'maxUnusedBuffersCapacity'
NUMBER_OF_SHARDS  : string = 'numberOfShards'
OVERWRITE  : string = 'overwrite'
PROGRESS  : string = 'progress'
RANDOM_GENERATOR  : string = 'randomGenerator'
REPLICATION_FACTOR  : string = 'replicationFactor'
SERVER_ASK_JWT_SECRET  : string = 'serverAskJwtSecret'
SERVER_AUTHENTICATION  : string = 'serverAuthentication'
SERVER_CONNECTION_TIMEOUT  : string = 'serverConnectionTimeout'
SERVER_DATABASE  : string = 'serverDatabase'
SERVER_ENDPOINT  : string = 'serverEndpoint'
SERVER_JWT_SECRET_KEYFILE  : string = 'serverJwtSecretKeyfile'
SERVER_MAX_PACKET_SIZE  : string = 'serverMaxPacketSize'
SERVER_PASSWORD  : string = 'serverPassword'
SERVER_REQUEST_TIMEOUT  : string = 'serverRequestTimeout'
SERVER_USERNAME  : string = 'serverUsername'
SSL_PROTOCOL  : string = 'sslProtocol'
TEMP_PATH  : string = 'tempPath'
THREADS  : string = 'threads'
USE_SPLICE_SYSCALL  : string = 'useSpliceSyscall'
VERSION  : string = 'version'
VERSION_JSON  : string = 'versionJson'
VIEW  : string = 'view'
WRITE_CONCERN  : string = 'writeConcern'

Methods

getCommandOption()  : string
Returns the command line option expression from a specific option.
hasGroup()  : bool
Returns true if the option is register in a group.

Constants

CLEANUP_DUPLICATE_ATTRIBUTES

public string CLEANUP_DUPLICATE_ATTRIBUTES = 'cleanupDuplicateAttributes'

COMPRESS_REQUEST_THRESHOLD

public string COMPRESS_REQUEST_THRESHOLD = 'compressRequestThreshold'

DEFAULT_NUMBER_OF_SHARDS

public string DEFAULT_NUMBER_OF_SHARDS = 'defaultNumberOfShards'

DEFAULT_REPLICATION_FACTOR

public string DEFAULT_REPLICATION_FACTOR = 'defaultReplicationFactor'

ENCRYPTION_KEY_GENERATOR

public string ENCRYPTION_KEY_GENERATOR = 'encryptionKeyGenerator'

IGNORE_DISTRIBUTE_SHARDS_LIKE_ERRORS

public string IGNORE_DISTRIBUTE_SHARDS_LIKE_ERRORS = 'ignoreDistributeShardsLikeErrors'

INCLUDE_SYSTEM_COLLECTIONS

public string INCLUDE_SYSTEM_COLLECTIONS = 'includeSystemCollections'

INITIAL_CONNECT_RETRIES

public string INITIAL_CONNECT_RETRIES = 'initialConnectRetries'

LOG_ESCAPE_CONTROL_CHARS

public string LOG_ESCAPE_CONTROL_CHARS = 'logEscapeControlChars'

LOG_ESCAPE_UNICODE_CHARS

public string LOG_ESCAPE_UNICODE_CHARS = 'logEscapeUnicodeChars'

LOG_MAX_QUEUED_ENTRIES

public string LOG_MAX_QUEUED_ENTRIES = 'logMaxQueuedEntries'

LOG_REQUEST_PARAMETERS

public string LOG_REQUEST_PARAMETERS = 'logRequestParameters'

LOG_SHORTEN_FILENAMES

public string LOG_SHORTEN_FILENAMES = 'logShortenFilenames'

MAX_UNUSED_BUFFERS_CAPACITY

public string MAX_UNUSED_BUFFERS_CAPACITY = 'maxUnusedBuffersCapacity'

SERVER_ASK_JWT_SECRET

public string SERVER_ASK_JWT_SECRET = 'serverAskJwtSecret'

SERVER_AUTHENTICATION

public string SERVER_AUTHENTICATION = 'serverAuthentication'

SERVER_CONNECTION_TIMEOUT

public string SERVER_CONNECTION_TIMEOUT = 'serverConnectionTimeout'

SERVER_JWT_SECRET_KEYFILE

public string SERVER_JWT_SECRET_KEYFILE = 'serverJwtSecretKeyfile'

SERVER_MAX_PACKET_SIZE

public string SERVER_MAX_PACKET_SIZE = 'serverMaxPacketSize'

SERVER_REQUEST_TIMEOUT

public string SERVER_REQUEST_TIMEOUT = 'serverRequestTimeout'

Methods

getCommandOption()

Returns the command line option expression from a specific option.

public static getCommandOption(string $option) : string
Parameters
$option : string

The name of the option to modify.

Return values
string

hasGroup()

Returns true if the option is register in a group.

public static hasGroup(string $option[, array<string|int, mixed> $more = [] ]) : bool
Parameters
$option : string
$more : array<string|int, mixed> = []
Return values
bool
On this page

Search results