Interface protos.google.bigtable.v2.IValue (6.0.0)

Properties of a Value.

Package

@google-cloud/bigtable

Properties

arrayValue

arrayValue?: (google.bigtable.v2.IArrayValue|null);

Value arrayValue

boolValue

boolValue?: (boolean|null);

Value boolValue

bytesValue

bytesValue?: (Uint8Array|Buffer|string|null);

Value bytesValue

dateValue

dateValue?: (google.type.IDate|null);

Value dateValue

floatValue

floatValue?: (number|null);

Value floatValue

intValue

intValue?: (number|Long|string|null);

Value intValue

rawTimestampMicros

rawTimestampMicros?: (number|Long|string|null);

Value rawTimestampMicros

rawValue

rawValue?: (Uint8Array|Buffer|string|null);

Value rawValue

stringValue

stringValue?: (string|null);

Value stringValue

timestampValue

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

Value timestampValue

type

type?: (google.bigtable.v2.IType|null);

Value type