Class ChartColumn
Column returned by querylanguage link command.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ChartColumn : AbstractColumnProperties
IntervalGap
Declaration
[JsonProperty(PropertyName = "intervalGap")]
public string IntervalGap { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Time span between each timestamp in the timeseries datapoints. | 
Intervals
Declaration
[JsonProperty(PropertyName = "intervals")]
public List<long> Intervals { get; set; }Property Value
| Type | Description | 
|---|---|
| List<long> | List of timestamps making up the timeseries datapoints. | 
Series
Declaration
[JsonProperty(PropertyName = "series")]
public List<ChartDataColumn> Series { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ChartDataColumn> | List of series data sets representing various link command results. | 
TotalIntervalCounts
Declaration
[JsonProperty(PropertyName = "totalIntervalCounts")]
public List<long> TotalIntervalCounts { get; set; }Property Value
| Type | Description | 
|---|---|
| List<long> | Total matching count for each timeseries datapoint. |