Click or drag to resize

PostCollectionResponseIsVolatile Property

Deprecated. If true then the collection data is kept in-memory only and not made persistent. This option is meaningful for the MMFiles storage engine only.

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool IsVolatile { get; set; }

Property Value

Type: Boolean
See Also