GetServerVersionQueryDetails Property |
If set to true, the response will
contain a details attribute with
additional information about included
components and their versions.
The attribute names and internals of
the details object may vary depending
on platform and ArangoDB version.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Details { get; set; }
Public Property Details As Boolean?
Get
Set
public:
property Nullable<bool> Details {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Details : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also