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."],[[["The document provides reference documentation for the `ReadChangeStreamResponse.Types.MutationChunk` class within the Google Bigtable v2 API for .NET."],["The `MutationChunk` class represents a partial or complete mutation in the Google Bigtable API, and the content details the inheritance, implementation, constructors, properties, and versions associated with it."],["The document shows the available version history for `ReadChangeStreamResponse.Types.MutationChunk`, from the latest version 3.17.0 down to version 2.2.0."],["`MutationChunk` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The properties `ChunkInfo` and `Mutation` within `MutationChunk` are detailed, explaining how they manage chunked values and carry the actual mutation information."]]],[]]