Show / Hide Table of Contents

Class TimeClusterDataColumn

A data series specific to a particular TIMECLUSTER output field.

Inheritance
object
AbstractColumn
TimeClusterDataColumn
Inherited Members
AbstractColumn.DisplayName
AbstractColumn.SubSystem
AbstractColumn.Values
AbstractColumn.IsListOfValues
AbstractColumn.IsMultiValued
AbstractColumn.IsCaseSensitive
AbstractColumn.IsGroupable
AbstractColumn.IsEvaluable
AbstractColumn.IsHidden
AbstractColumn.ValueType
AbstractColumn.OriginalDisplayName
AbstractColumn.InternalName
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top