FieldSummaryReport¶
-
class
oci.log_analytics.models.
FieldSummaryReport
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new FieldSummaryReport object with values from keyword arguments. Attributes
non_oob_count
Gets the non_oob_count of this FieldSummaryReport. oob_count
Gets the oob_count of this FieldSummaryReport. usage_details
Gets the usage_details of this FieldSummaryReport. -
__init__
(**kwargs)¶ Initializes a new FieldSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - non_oob_count (int) – The value to assign to the non_oob_count property of this FieldSummaryReport.
- oob_count (int) – The value to assign to the oob_count property of this FieldSummaryReport.
- usage_details (list[oci.log_analytics.models.UsageStatusItem]) – The value to assign to the usage_details property of this FieldSummaryReport.
-
non_oob_count
¶ Gets the non_oob_count of this FieldSummaryReport. The count of custom (user defined) fields.
Returns: The non_oob_count of this FieldSummaryReport. Return type: int
-
oob_count
¶ Gets the oob_count of this FieldSummaryReport. The count of built in fields.
Returns: The oob_count of this FieldSummaryReport. Return type: int
-
usage_details
¶ Gets the usage_details of this FieldSummaryReport. Field usage detailss
Returns: The usage_details of this FieldSummaryReport. Return type: list[oci.log_analytics.models.UsageStatusItem]
-