Cloud Bigtable V2 Client - Class ColumnRange (2.11.1)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ColumnRange.

Specifies a contiguous range of columns within a single column family.

The range spans from <column_family>:<start_qualifier> to <column_family>:<end_qualifier>, where both bounds can be either inclusive or exclusive.

Generated from protobuf message google.bigtable.v2.ColumnRange

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ family_namestring

The name of the column family within which this range falls.

↳ start_qualifier_closedstring

Used when giving an inclusive lower bound for the range.

↳ start_qualifier_openstring

Used when giving an exclusive lower bound for the range.

↳ end_qualifier_closedstring

Used when giving an inclusive upper bound for the range.

↳ end_qualifier_openstring

Used when giving an exclusive upper bound for the range.

getFamilyName

The name of the column family within which this range falls.

Returns
TypeDescription
string

setFamilyName

The name of the column family within which this range falls.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getStartQualifierClosed

Used when giving an inclusive lower bound for the range.

Returns
TypeDescription
string

hasStartQualifierClosed

setStartQualifierClosed

Used when giving an inclusive lower bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getStartQualifierOpen

Used when giving an exclusive lower bound for the range.

Returns
TypeDescription
string

hasStartQualifierOpen

setStartQualifierOpen

Used when giving an exclusive lower bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getEndQualifierClosed

Used when giving an inclusive upper bound for the range.

Returns
TypeDescription
string

hasEndQualifierClosed

setEndQualifierClosed

Used when giving an inclusive upper bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getEndQualifierOpen

Used when giving an exclusive upper bound for the range.

Returns
TypeDescription
string

hasEndQualifierOpen

setEndQualifierOpen

Used when giving an exclusive upper bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getStartQualifier

Returns
TypeDescription
string

getEndQualifier

Returns
TypeDescription
string