GetLogsResponseTotal Property |
The total amount of log entries before pagination
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int Total { get; set; }
Public Property Total As Integer
Get
Set
public:
property int Total {
int get ();
void set (int value);
}
member Total : int with get, set
Property Value
Type:
Int32See Also