public sealed class ColumnMetadata : IMessage<ColumnMetadata>, IEquatable<ColumnMetadata>, IDeepCloneable<ColumnMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ColumnMetadata.
Metadata of the column.
Implements
IMessageColumnMetadata, IEquatableColumnMetadata, IDeepCloneableColumnMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ColumnMetadata()
public ColumnMetadata()ColumnMetadata(ColumnMetadata)
public ColumnMetadata(ColumnMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ColumnMetadata |
Properties
Column
public string Column { get; set; }Name of the column.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataSource
public DataSource DataSource { get; set; }Data source queried.
| Property Value | |
|---|---|
| Type | Description |
DataSource |
|
FieldPath
public string FieldPath { get; set; }Field path of the queried field, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FunctionModule
public string FunctionModule { get; set; }Module of the function used to query the field, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FunctionName
public string FunctionName { get; set; }Name of the function used to query the field, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Latitude
public bool Latitude { get; set; }Whether the column is a latitude field.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Longitude
public bool Longitude { get; set; }Whether the column is a longitude field.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Selected
public bool Selected { get; set; }Whether the column is selected in the final response.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
TimestampMetadata
public TimestampMetadata TimestampMetadata { get; set; }Timestamp Metadata
| Property Value | |
|---|---|
| Type | Description |
TimestampMetadata |
|
Unselected
public bool Unselected { get; set; }Whether the column is unselected in the final response.
| Property Value | |
|---|---|
| Type | Description |
bool |
|