public sealed class DataTableRow : IMessage<DataTableRow>, IEquatable<DataTableRow>, IDeepCloneable<DataTableRow>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DataTableRow.
DataTableRow represents a single row in a data table.
Implements
IMessageDataTableRow, IEquatableDataTableRow, IDeepCloneableDataTableRow, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DataTableRow()
public DataTableRow()DataTableRow(DataTableRow)
public DataTableRow(DataTableRow other)| Parameter | |
|---|---|
| Name | Description |
other |
DataTableRow |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. DataTableRow create time
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataTableRowName
public DataTableRowName DataTableRowName { get; set; }DataTableRowName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataTableRowName |
|
Name
public string Name { get; set; }Identifier. The resource name of the data table Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RowTimeToLive
public string RowTimeToLive { get; set; }Optional. User-provided TTL of the data table row.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. DataTableRow update time
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Values
public RepeatedField<string> Values { get; }Required. All column values for a single row. The values should be in the same order as the columns of the data tables.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|