Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also