Class: Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Information about the chunking of this mutation.
Only SetCell
mutations can be chunked, and all chunks for a SetCell
will be delivered contiguously with no other mutation types interleaved.
Instance Attribute Summary collapse
-
#chunked_value_offset ⇒ ::Integer
The byte offset of this chunk into the total value size of the mutation.
-
#chunked_value_size ⇒ ::Integer
The total value size of all the chunks that make up the
SetCell
. -
#last_chunk ⇒ ::Boolean
When true, this is the last chunk of a chunked
SetCell
.
Instance Attribute Details
#chunked_value_offset ⇒ ::Integer
Returns The byte offset of this chunk into the total value size of the mutation.
615 616 617 618 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 615 class ChunkInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |