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; }
Public Property SatelliteSyncWait As Double?
Get
Set
public:
property Nullable<double> SatelliteSyncWait {
Nullable<double> get ();
void set (Nullable<double> value);
}
member SatelliteSyncWait : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also