DiffKind uses ConstantsTrait
The kind of server object a {@see \oihana\arango\db\results\DiffReport} is about — set by the structure-diff primitives so a mixed report list (the `doctor` action) can label each line unambiguously.
Tags
Table of Contents
Constants
- ANALYZER : string = 'analyzer'
- The report is about a custom ArangoSearch analyzer — see {@see \oihana\arango\db\traits\AnalyzerManagementTrait::analyzerDiff()}.
- COLLECTION : string = 'collection'
- The report is about a collection (existence, type) — see {@see \oihana\arango\db\traits\CollectionManagementTrait::collectionDiff()}.
- INDEXES : string = 'indexes'
- The report is about the declared indexes of a collection — see {@see \oihana\arango\db\traits\CollectionManagementTrait::indexesDiff()}.
- VIEW : string = 'view'
- The report is about an ArangoSearch View — see {@see \oihana\arango\db\traits\ViewManagementTrait::viewDiff()}.
Constants
ANALYZER
The report is about a custom ArangoSearch analyzer — see {@see \oihana\arango\db\traits\AnalyzerManagementTrait::analyzerDiff()}.
public
string
ANALYZER
= 'analyzer'
COLLECTION
The report is about a collection (existence, type) — see {@see \oihana\arango\db\traits\CollectionManagementTrait::collectionDiff()}.
public
string
COLLECTION
= 'collection'
INDEXES
The report is about the declared indexes of a collection — see {@see \oihana\arango\db\traits\CollectionManagementTrait::indexesDiff()}.
public
string
INDEXES
= 'indexes'
VIEW
The report is about an ArangoSearch View — see {@see \oihana\arango\db\traits\ViewManagementTrait::viewDiff()}.
public
string
VIEW
= 'view'