Class: Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#chunked_value_offset::Integer

Returns The byte offset of this chunk into the total value size of the mutation.

Returns:

  • (::Integer)

    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

#chunked_value_size::Integer

Returns The total value size of all the chunks that make up the SetCell.

Returns:

  • (::Integer)

    The total value size of all the chunks that make up the SetCell.



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

#last_chunk::Boolean

Returns When true, this is the last chunk of a chunked SetCell.

Returns:

  • (::Boolean)

    When true, this is the last chunk of a chunked SetCell.



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