TimeStatsCluster

class oci.log_analytics.models.TimeStatsCluster(**kwargs)

Bases: object

Object representing a timeseries cluster.

Methods

__init__(**kwargs) Initializes a new TimeStatsCluster object with values from keyword arguments.

Attributes

count Gets the count of this TimeStatsCluster.
group_by_facets Gets the group_by_facets of this TimeStatsCluster.
__init__(**kwargs)

Initializes a new TimeStatsCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • group_by_facets (list[dict(str, object)]) – The value to assign to the group_by_facets property of this TimeStatsCluster.
  • count (int) – The value to assign to the count property of this TimeStatsCluster.
count

Gets the count of this TimeStatsCluster. Number of timeseries within the cluster.

Returns:The count of this TimeStatsCluster.
Return type:int
group_by_facets

Gets the group_by_facets of this TimeStatsCluster. Group by field facets within the cluster.

Returns:The group_by_facets of this TimeStatsCluster.
Return type:list[dict(str, object)]