SlowAqlQueryStream 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 string Stream { get; set; }
Public Property Stream As String
Get
Set
public:
property String^ Stream {
String^ get ();
void set (String^ value);
}
member Stream : string with get, set
Property Value
Type:
StringSee Also