Cloud Bigtable V2 Client - Class StreamPartition (1.23.0)

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

NOTE: This API is intended to be used by Apache Beam BigtableIO.

A partition of a change stream.

Generated from protobuf message google.bigtable.v2.StreamPartition

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ row_range Google\Cloud\Bigtable\V2\RowRange

The row range covered by this partition and is specified by [start_key_closed, end_key_open).

getRowRange

The row range covered by this partition and is specified by [start_key_closed, end_key_open).

Returns
TypeDescription
Google\Cloud\Bigtable\V2\RowRange|null

hasRowRange

clearRowRange

setRowRange

The row range covered by this partition and is specified by [start_key_closed, end_key_open).

Parameter
NameDescription
var Google\Cloud\Bigtable\V2\RowRange
Returns
TypeDescription
$this