Chronicle v1 API - Class TimestampMetadata (1.0.0-beta05)

public sealed class TimestampMetadata : IMessage<TimestampMetadata>, IEquatable<TimestampMetadata>, IDeepCloneable<TimestampMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class TimestampMetadata.

Metadata of the timestamp column.

Inheritance

object > TimestampMetadata

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

TimestampMetadata()

public TimestampMetadata()

TimestampMetadata(TimestampMetadata)

public TimestampMetadata(TimestampMetadata other)
Parameter
Name Description
other TimestampMetadata

Properties

IsInterpolable

public bool IsInterpolable { get; set; }

Whether the timestamp column is interpolable in UI.

Property Value
Type Description
bool

IsSortable

public bool IsSortable { get; set; }

Whether the timestamp column is sortable in UI.

Property Value
Type Description
bool

TimeFormat

public string TimeFormat { get; set; }

Time format of the timestamp column.

Property Value
Type Description
string

TimeGranularity

public string TimeGranularity { get; set; }

Time granularity of the timestamp column.

Property Value
Type Description
string

TimeZone

public string TimeZone { get; set; }

Time zone of the timestamp column.

Property Value
Type Description
string