Show / Hide Table of Contents

Class TimeStatsCluster

Object representing a timeseries cluster.

Inheritance
object
TimeStatsCluster
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TimeStatsCluster

Properties

Count

Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type Description
int?

Number of timeseries within the cluster.

GroupByFacets

Declaration
[JsonProperty(PropertyName = "groupByFacets")]
public List<Dictionary<string, object>> GroupByFacets { get; set; }
Property Value
Type Description
List<Dictionary<string, object>>

Group by field facets within the cluster.

In this article
Back to top