Reference documentation and code samples for the Cloud Bigtable V2 Client class RowRange.
Specifies a contiguous range of rows.
Generated from protobuf message google.bigtable.v2.RowRange
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_key_closed
string
Used when giving an inclusive lower bound for the range.
↳ start_key_open
string
Used when giving an exclusive lower bound for the range.
↳ end_key_open
string
Used when giving an exclusive upper bound for the range.
↳ end_key_closed
string
Used when giving an inclusive upper bound for the range.
getStartKeyClosed
Used when giving an inclusive lower bound for the range.
string
hasStartKeyClosed
setStartKeyClosed
Used when giving an inclusive lower bound for the range.
var
string
$this
getStartKeyOpen
Used when giving an exclusive lower bound for the range.
string
hasStartKeyOpen
setStartKeyOpen
Used when giving an exclusive lower bound for the range.
var
string
$this
getEndKeyOpen
Used when giving an exclusive upper bound for the range.
string
hasEndKeyOpen
setEndKeyOpen
Used when giving an exclusive upper bound for the range.
var
string
$this
getEndKeyClosed
Used when giving an inclusive upper bound for the range.
string
hasEndKeyClosed
setEndKeyClosed
Used when giving an inclusive upper bound for the range.
var
string
$this
getStartKey
string
getEndKey
string