GetLogsQueryUpTo Property |
Optional. Retrieves all log entries
up to this log level.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public LogLevel? UpTo { get; set; }
Public Property UpTo As LogLevel?
Get
Set
public:
property Nullable<LogLevel> UpTo {
Nullable<LogLevel> get ();
void set (Nullable<LogLevel> value);
}
member UpTo : Nullable<LogLevel> with get, set
Property Value
Type:
NullableLogLevelSee Also