RunningAqlQueryStream Property |
Indicates whether or not the query uses a streaming cursor.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Stream { get; set; }
Public Property Stream As Boolean?
Get
Set
public:
property Nullable<bool> Stream {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Stream : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also