public sealed class ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo : IMessage<ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo>, IEquatable<ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo>, IDeepCloneable<ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadChangeStreamResponse.Types.MutationChunk.Types.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.
[[["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 webpage provides documentation for the `ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo` class within the Google Bigtable v2 API for .NET, with the latest version being 3.17.0."],["The `ChunkInfo` class provides information about the chunking of mutations, which are specifically for `SetCell` mutations, delivered contiguously, without any other mutation types interleaved."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities in message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `ChunkInfo` class include `ChunkedValueOffset`, `ChunkedValueSize`, and `LastChunk`, providing details about the position, size, and finality of a mutation chunk."],["The documentation also provides a list of previous versions, starting from 2.2.0 and going all the way up to 3.17.0, showing that many versions have been released."]]],[]]