Click or drag to resize

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; }

Property Value

Type: String
See Also