Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::MutationChunk::ChunkInfo.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chunked_value_offset
def chunked_value_offset() -> ::Integer
Returns
- (::Integer) — The byte offset of this chunk into the total value size of the mutation.
#chunked_value_offset=
def chunked_value_offset=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#chunked_value_size
def chunked_value_size() -> ::Integer
Returns
-
(::Integer) — The total value size of all the chunks that make up the
SetCell
.
#chunked_value_size=
def chunked_value_size=(value) -> ::Integer
Parameter
-
value (::Integer) — 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
.
#last_chunk
def last_chunk() -> ::Boolean
Returns
-
(::Boolean) — When true, this is the last chunk of a chunked
SetCell
.
#last_chunk=
def last_chunk=(value) -> ::Boolean
Parameter
-
value (::Boolean) — When true, this is the last chunk of a chunked
SetCell
.
Returns
-
(::Boolean) — When true, this is the last chunk of a chunked
SetCell
.