QueryTrackingConfigurationSlowStreamingQueryThreshold Property |
See online documentation
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? SlowStreamingQueryThreshold { get; set; }
Public Property SlowStreamingQueryThreshold As Integer?
Get
Set
public:
property Nullable<int> SlowStreamingQueryThreshold {
Nullable<int> get ();
void set (Nullable<int> value);
}
member SlowStreamingQueryThreshold : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also