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 \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ family_name
string
The name of the column family within which this range falls.
↳ start_qualifier_closed
string
Used when giving an inclusive lower bound for the range.
↳ start_qualifier_open
string
Used when giving an exclusive lower bound for the range.
↳ end_qualifier_closed
string
Used when giving an inclusive upper bound for the range.
↳ end_qualifier_open
string
Used when giving an exclusive upper bound for the range.
getFamilyName
The name of the column family within which this range falls.
string
setFamilyName
The name of the column family within which this range falls.
var
string
$this
getStartQualifierClosed
Used when giving an inclusive lower bound for the range.
string
hasStartQualifierClosed
setStartQualifierClosed
Used when giving an inclusive lower bound for the range.
var
string
$this
getStartQualifierOpen
Used when giving an exclusive lower bound for the range.
string
hasStartQualifierOpen
setStartQualifierOpen
Used when giving an exclusive lower bound for the range.
var
string
$this
getEndQualifierClosed
Used when giving an inclusive upper bound for the range.
string
hasEndQualifierClosed
setEndQualifierClosed
Used when giving an inclusive upper bound for the range.
var
string
$this
getEndQualifierOpen
Used when giving an exclusive upper bound for the range.
string
hasEndQualifierOpen
setEndQualifierOpen
Used when giving an exclusive upper bound for the range.
var
string
$this
getStartQualifier
string
getEndQualifier
string