SearchResultSummary¶
-
class
oci.loggingsearch.models.
SearchResultSummary
(**kwargs)¶ Bases:
object
Summary of results.
Methods
__init__
(**kwargs)Initializes a new SearchResultSummary object with values from keyword arguments. Attributes
field_count
Gets the field_count of this SearchResultSummary. result_count
Gets the result_count of this SearchResultSummary. -
__init__
(**kwargs)¶ Initializes a new SearchResultSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - result_count (int) – The value to assign to the result_count property of this SearchResultSummary.
- field_count (int) – The value to assign to the field_count property of this SearchResultSummary.
-
field_count
¶ Gets the field_count of this SearchResultSummary. Total number of field schema information.
Returns: The field_count of this SearchResultSummary. Return type: int
-
result_count
¶ Gets the result_count of this SearchResultSummary. Total number of search results.
Returns: The result_count of this SearchResultSummary. Return type: int
-