Class TimeClusterDataColumn
A data series specific to a particular TIMECLUSTER output field.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TimeClusterDataColumn : AbstractColumn
Properties
Columns
Declaration
[JsonProperty(PropertyName = "columns")]
public List<AbstractColumn> Columns { get; set; }
Property Value
Type | Description |
---|---|
List<AbstractColumn> | Column descriptors for the TIMECLUSTER result. |
Result
Declaration
[JsonProperty(PropertyName = "result")]
public List<Dictionary<string, object>> Result { get; set; }
Property Value
Type | Description |
---|---|
List<Dictionary<string, object>> | Results of the TIMECLUSTER command. |