MatchInfo¶
-
class
oci.log_analytics.models.
MatchInfo
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new MatchInfo object with values from keyword arguments. Attributes
matching_log_entry_end_index
Gets the matching_log_entry_end_index of this MatchInfo. regex_score
Gets the regex_score of this MatchInfo. step_count
Gets the step_count of this MatchInfo. -
__init__
(**kwargs)¶ Initializes a new MatchInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - matching_log_entry_end_index (int) – The value to assign to the matching_log_entry_end_index property of this MatchInfo.
- regex_score (int) – The value to assign to the regex_score property of this MatchInfo.
- step_count (int) – The value to assign to the step_count property of this MatchInfo.
-
matching_log_entry_end_index
¶ Gets the matching_log_entry_end_index of this MatchInfo. The end index of the matching log entry.
Returns: The matching_log_entry_end_index of this MatchInfo. Return type: int
-
regex_score
¶ Gets the regex_score of this MatchInfo. The regular expression score.
Returns: The regex_score of this MatchInfo. Return type: int
-
step_count
¶ Gets the step_count of this MatchInfo. The step count.
Returns: The step_count of this MatchInfo. Return type: int
-