PostExplainAqlQueryResponseWarnings Property |
An array of warnings that occurred during
optimization or execution plan creation.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<string> Warnings { get; set; }
Public Property Warnings As IList(Of String)
Get
Set
public:
property IList<String^>^ Warnings {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Warnings : IList<string> with get, set
Property Value
Type:
IListStringSee Also