public sealed class TimestampMetadata : IMessage<TimestampMetadata>, IEquatable<TimestampMetadata>, IDeepCloneable<TimestampMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class TimestampMetadata.
Metadata of the timestamp column.
Implements
IMessageTimestampMetadata, IEquatableTimestampMetadata, IDeepCloneableTimestampMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|