Class: Google::Cloud::Bigtable::V2::StreamPartition
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::StreamPartition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
NOTE: This API is intended to be used by Apache Beam BigtableIO. A partition of a change stream.
Instance Attribute Summary collapse
-
#row_range ⇒ ::Google::Cloud::Bigtable::V2::RowRange
The row range covered by this partition and is specified by [
start_key_closed
,end_key_open
).
Instance Attribute Details
#row_range ⇒ ::Google::Cloud::Bigtable::V2::RowRange
Returns The row range covered by this partition and is specified by
[start_key_closed
, end_key_open
).
607 608 609 610 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 607 class StreamPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |