Class TimeStatsColumn
Column returned by querylanguage TIMESTATS command.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TimeStatsColumn : AbstractColumn
Properties
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<TimeStatsDataColumn> Series { get; set; }
Property Value
Type | Description |
---|---|
List<TimeStatsDataColumn> | List of series data sets for each statistical function specified in the command. |