Class TrendColumn
Result column, that contains time series data points in each row. The column includes the time stamps as additional field in column header.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TrendColumn : AbstractColumn
Properties
IntervalGap
Declaration
[JsonProperty(PropertyName = "intervalGap")]
public string IntervalGap { get; set; }
Property Value
Type | Description |
---|---|
string | Time gap between each data pont in the series. |
IntervalGroupCounts
Declaration
[JsonProperty(PropertyName = "intervalGroupCounts")]
public List<long> IntervalGroupCounts { get; set; }
Property Value
Type | Description |
---|---|
List<long> | Number of aggregated groups for a given timestamp. |
IntervalGroupCountsAfterFilter
Declaration
[JsonProperty(PropertyName = "intervalGroupCountsAfterFilter")]
public List<long> IntervalGroupCountsAfterFilter { get; set; }
Property Value
Type | Description |
---|---|
List<long> | Number of aggregated groups for a given timestamp after applying filter. |
Intervals
Declaration
[JsonProperty(PropertyName = "intervals")]
public List<long> Intervals { get; set; }
Property Value
Type | Description |
---|---|
List<long> | Timestamps for each series data point |
TotalIntervalCounts
Declaration
[JsonProperty(PropertyName = "totalIntervalCounts")]
public List<long> TotalIntervalCounts { get; set; }
Property Value
Type | Description |
---|---|
List<long> | Sum across all column values for a given timestamp. |
TotalIntervalCountsAfterFilter
Declaration
[JsonProperty(PropertyName = "totalIntervalCountsAfterFilter")]
public List<long> TotalIntervalCountsAfterFilter { get; set; }
Property Value
Type | Description |
---|---|
List<long> | Sum of column values for a given timestamp after applying filter. |