Interface protos.google.cloud.chronicle.v1.IDataTableRow (0.6.0)

Properties of a DataTableRow.

Package

@google-cloud/chronicle

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

DataTableRow createTime

name

name?: (string|null);

DataTableRow name

rowTimeToLive

rowTimeToLive?: (string|null);

DataTableRow rowTimeToLive

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

DataTableRow updateTime

values

values?: (string[]|null);

DataTableRow values