/AWS1/CL_CWLLOGGROUPFIELD¶
The fields contained in log events found by a GetLogGroupFields operation,
along with the percentage of queried log events in which each field appears.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CWLFIELD /AWS1/CWLFIELD¶
The name of a log field.
iv_percent TYPE /AWS1/CWLPERCENTAGE /AWS1/CWLPERCENTAGE¶
The percentage of log events queried that contained the field.
Queryable Attributes¶
name¶
The name of a log field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
percent¶
The percentage of log events queried that contained the field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENT() |
Getter for PERCENT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LOGGROUPFIELDLIST¶
TYPES TT_LOGGROUPFIELDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLLOGGROUPFIELD WITH DEFAULT KEY
.