QueryResultMetadataSummary¶
-
class
oci.apm_traces.models.
QueryResultMetadataSummary
(**kwargs)¶ Bases:
object
Summary containing the metadata about the query result set.
Methods
__init__
(**kwargs)Initializes a new QueryResultMetadataSummary object with values from keyword arguments. Attributes
query_result_row_type_summaries
Gets the query_result_row_type_summaries of this QueryResultMetadataSummary. query_results_grouped_by
Gets the query_results_grouped_by of this QueryResultMetadataSummary. query_results_ordered_by
Gets the query_results_ordered_by of this QueryResultMetadataSummary. query_results_topology_info
Gets the query_results_topology_info of this QueryResultMetadataSummary. source_name
Gets the source_name of this QueryResultMetadataSummary. time_series_interval_in_mins
Gets the time_series_interval_in_mins of this QueryResultMetadataSummary. -
__init__
(**kwargs)¶ Initializes a new QueryResultMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - query_result_row_type_summaries (list[oci.apm_traces.models.QueryResultRowTypeSummary]) – The value to assign to the query_result_row_type_summaries property of this QueryResultMetadataSummary.
- source_name (str) – The value to assign to the source_name property of this QueryResultMetadataSummary.
- query_results_grouped_by (list[oci.apm_traces.models.QueryResultsGroupedBySummary]) – The value to assign to the query_results_grouped_by property of this QueryResultMetadataSummary.
- query_results_ordered_by (list[oci.apm_traces.models.QueryResultsOrderedBySummary]) – The value to assign to the query_results_ordered_by property of this QueryResultMetadataSummary.
- query_results_topology_info (oci.apm_traces.models.QueryResultsTopologyInfo) – The value to assign to the query_results_topology_info property of this QueryResultMetadataSummary.
- time_series_interval_in_mins (int) – The value to assign to the time_series_interval_in_mins property of this QueryResultMetadataSummary.
-
query_result_row_type_summaries
¶ Gets the query_result_row_type_summaries of this QueryResultMetadataSummary. A collection of QueryResultRowTypeSummary objects that describe the type and properties of the individual row elements of the query rows being returned. The i-th element in this list contains the QueryResultRowTypeSummary of the i-th key-value pair in the QueryResultRowData map.
Returns: The query_result_row_type_summaries of this QueryResultMetadataSummary. Return type: list[oci.apm_traces.models.QueryResultRowTypeSummary]
-
query_results_grouped_by
¶ Gets the query_results_grouped_by of this QueryResultMetadataSummary. Columns or attributes of the query rows which are group by values. This is a list of ResultsGroupedBy summary objects, and the list will contain as many elements as the attributes and aggregate functions in the group by clause in the select query.
Returns: The query_results_grouped_by of this QueryResultMetadataSummary. Return type: list[oci.apm_traces.models.QueryResultsGroupedBySummary]
-
query_results_ordered_by
¶ Gets the query_results_ordered_by of this QueryResultMetadataSummary. Order by which the query results are organized. This is a list of queryResultsOrderedBy summary objects, and the list will contain more than one OrderedBy summary object, if the sort was multidimensional.
Returns: The query_results_ordered_by of this QueryResultMetadataSummary. Return type: list[oci.apm_traces.models.QueryResultsOrderedBySummary]
-
query_results_topology_info
¶ Gets the query_results_topology_info of this QueryResultMetadataSummary.
Returns: The query_results_topology_info of this QueryResultMetadataSummary. Return type: oci.apm_traces.models.QueryResultsTopologyInfo
-
source_name
¶ Gets the source_name of this QueryResultMetadataSummary. Source of the query result set (traces, spans, and so on).
Returns: The source_name of this QueryResultMetadataSummary. Return type: str
-
time_series_interval_in_mins
¶ Gets the time_series_interval_in_mins of this QueryResultMetadataSummary. Interval for the time series function in minutes.
Returns: The time_series_interval_in_mins of this QueryResultMetadataSummary. Return type: int
-