Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::StreamPartition.
NOTE: This API is intended to be used by Apache Beam BigtableIO. A partition of a change stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#row_range
def row_range() -> ::Google::Cloud::Bigtable::V2::RowRange
Returns
-
(::Google::Cloud::Bigtable::V2::RowRange) — The row range covered by this partition and is specified by
[
start_key_closed
,end_key_open
).
#row_range=
def row_range=(value) -> ::Google::Cloud::Bigtable::V2::RowRange
Parameter
-
value (::Google::Cloud::Bigtable::V2::RowRange) — The row range covered by this partition and is specified by
[
start_key_closed
,end_key_open
).
Returns
-
(::Google::Cloud::Bigtable::V2::RowRange) — The row range covered by this partition and is specified by
[
start_key_closed
,end_key_open
).