public sealed class ReadChangeStreamResponse.Types.MutationChunk : IMessage<ReadChangeStreamResponse.Types.MutationChunk>, IEquatable<ReadChangeStreamResponse.Types.MutationChunk>, IDeepCloneable<ReadChangeStreamResponse.Types.MutationChunk>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadChangeStreamResponse.Types.MutationChunk.
If this is a continuation of a chunked message (chunked_value_offset >
0), ignore all fields except the SetCell's value and merge it with
the previous message by concatenating the value fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ReadChangeStreamResponse.Types.MutationChunk` class within the Google Bigtable v2 API, covering versions from 2.2.0 up to the latest version 3.17.0."],["The `MutationChunk` class represents a partial or complete mutation in the context of the `ReadChangeStreamResponse`, which is part of Google's Bigtable service."],["`MutationChunk` includes properties such as `ChunkInfo` which is used when the mutation is a `SetCell` that is chunked, and `Mutation` which indicates the type of change being applied."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["There are two constructors available for `MutationChunk`: one default constructor, and another that allows for the cloning of another `MutationChunk` object."]]],[]]