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; }
Public Property Details As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Details {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Details : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also