Click or drag to resize

PostCursorOptionsSatelliteSyncWait Property

This Enterprise Edition parameter allows to configure how long a DBServer will have time to bring the satellite collections involved in the query into sync. The default value is 60.0 (seconds). When the max time has been reached the query will be stopped.

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public double? SatelliteSyncWait { get; set; }

Property Value

Type: NullableDouble
See Also