PostCursorOptionsProfile Property |
If set to true or 1, then the additional query profiling information will be returned
in the sub-attribute profile of the extra return attribute, if the query result is not served
from the query cache. Set to 2 the query will include execution stats per query plan node
in sub-attribute stats.nodes of the extra return attribute. Additionally the query plan
is returned in the sub-attribute extra.plan.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Profile { get; set; }
Public Property Profile As Integer?
Get
Set
public:
property Nullable<int> Profile {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Profile : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also