GetLogsQueryLevel Property |
Optional. Retrieves all log entries
of this log level. Note that the query
parameters
UpTo and
Level
are mutually exclusive.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public LogLevel? Level { get; set; }
Public Property Level As LogLevel?
Get
Set
public:
property Nullable<LogLevel> Level {
Nullable<LogLevel> get ();
void set (Nullable<LogLevel> value);
}
member Level : Nullable<LogLevel> with get, set
Property Value
Type:
NullableLogLevelSee Also