ViewDetails Class |
Namespace: ArangoDBNetStandard.ViewApi.Models
The ViewDetails type exposes the following members.
Name | Description | |
---|---|---|
ViewDetails | Initializes a new instance of the ViewDetails class |
Name | Description | |
---|---|---|
CleanupIntervalStep |
The number of commits between
removing unused files in
the ArangoSearch data directory
(default: 2, to disable use: 0).
Read more about this in the documentation.
| |
CommitIntervalMsec |
The number of milliseconds to wait
between committing View data store
changes and making documents visible
to queries (default: 1000, to disable use: 0)
Read more about this in the documentation.
| |
ConsolidationIntervalMsec |
The number of milliseconds to wait
between applying ‘consolidationPolicy’
to consolidate View data store and
possibly release space on the filesystem
(default: 10000, to disable use: 0).
Read more about this in the documentation.
| |
ConsolidationPolicy |
The consolidation policy to apply
for selecting which segments should be merged.
Read more about this in the documentation.
| |
Links |
Expects an object with the attribute keys
being names of to be linked collections,
and the link properties as attribute values.
| |
Name |
The name of the View.
| |
PrimarySort |
A primary sort order can be defined
to enable an AQL optimization.
Read more about this in the documentation.
| |
PrimarySortCompression |
Defines how to compress the primary sort data
(introduced in v3.7.1). ArangoDB v3.5 and v3.6
always compress the index using LZ4.
This option is immutable. Possible values:
1) LZ4SortCompression (default): use LZ4 fast compression.
2) NoSortCompression: disable compression to trade space for speed.
Read more about this in the documentation.
| |
StoredValues |
An array of objects to describe which document
attributes to store in the View index (introduced in v3.7.1).
It can then cover search queries, which means
the data can be taken from the index directly
and accessing the storage engine can be avoided.
| |
Type |
The type of the View.
Must be set to ArangoSearchViewType
when creating a view.
This option is immutable.
| |
WritebufferActive |
Maximum number of concurrent active
writers (segments) that perform a transaction.
Other writers (segments) wait till current
active writers (segments) finish
(default: 0, use 0 to disable, immutable)
| |
WritebufferIdle |
Maximum number of writers (segments)
cached in the pool
(default: 64, use 0 to disable, immutable)
| |
WritebufferSizeMax |
Maximum memory byte size per writer
(segment) before a writer (segment)
flush is triggered.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ArangoSearchViewType |
Possible value for Type | |
LZ4SortCompression |
Possible value for PrimarySortCompression | |
NoSortCompression |
Possible value for PrimarySortCompression |