Click or drag to resize

GetServerVersionResponseDetails Property

Additional details about the DB server. This is returned only if the Details query parameter is set to true in the request.

Namespace:  ArangoDBNetStandard.AdminApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public Dictionary<string, string> Details { get; set; }

Property Value

Type: DictionaryString, String
See Also