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
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 [ |
getRowRange
The row range covered by this partition and is specified by
[start_key_closed
, end_key_open
).
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\V2\RowRange
|
Returns | |
---|---|
Type | Description |
$this |