Click or drag to resize

ViewDetailsPrimarySortCompression Property

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.

Namespace:  ArangoDBNetStandard.ViewApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string PrimarySortCompression { get; set; }

Property Value

Type: String
See Also