ViewStoredValueCompression Property |
Optional when creating views. Defines
the compression type used for the
internal column-store, which can be
LZ4Compression (LZ4 fast compression, default)
OR
NoCompression (no compression).
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Compression { get; set; }
Public Property Compression As String
Get
Set
public:
property String^ Compression {
String^ get ();
void set (String^ value);
}
member Compression : string with get, set
Property Value
Type:
StringSee Also