| 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
Syntaxpublic string PrimarySortCompression { get; set; }Public Property PrimarySortCompression As String
	Get
	Set
public:
property String^ PrimarySortCompression {
	String^ get ();
	void set (String^ value);
}member PrimarySortCompression : string with get, set
Property Value
Type: 
String See Also
See Also