Class TimeStatsCluster
Object representing a timeseries cluster.
Inherited Members
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. |