Class HighlightRowsCommandDescriptor
Command descriptor for querylanguage HIGHLIGHTROWS command.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class HighlightRowsCommandDescriptor : AbstractCommandDescriptor
Properties
Color
Declaration
[JsonProperty(PropertyName = "color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
string | User specified color to highlight matches with if found. |
Keywords
Declaration
[JsonProperty(PropertyName = "keywords")]
public List<string> Keywords { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of terms or phrases to find to mark the result row as highlighted. |