Click or drag to resize

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; }

Property Value

Type: NullableLogLevel
See Also