Interface Chunk (3.6.0)

Package

@google-cloud/bigtable!

Properties

commitRow

commitRow: boolean;
Property Value
TypeDescription
boolean

familyName

familyName?: {
        value: string;
    };
Property Value
TypeDescription
{ value: string; }

labels

labels?: string[];
Property Value
TypeDescription
string[]

qualifier

qualifier?: Qualifier | {
        value: Value;
    };
Property Value
TypeDescription
Qualifier | { value: Value; }

resetRow

resetRow: boolean;
Property Value
TypeDescription
boolean

rowContents

rowContents: Value;
Property Value
TypeDescription
Value

rowKey

rowKey?: string | Bytes;
Property Value
TypeDescription
string | Bytes

timestampMicros

timestampMicros?: number | Long;
Property Value
TypeDescription
number | Long

value

value?: string | Buffer;
Property Value
TypeDescription
string | Buffer

valueSize

valueSize?: number;
Property Value
TypeDescription
number