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 document provides reference information for the `ChunkInfo` class within the Google Bigtable v2 API, specifically for the .NET environment, which is part of the `ReadChangeStreamResponse.Types.MutationChunk.Types` namespace."],["The `ChunkInfo` class provides details about the chunking of mutations, which are used to break down large `SetCell` mutations into smaller parts, where each chunk is delivered contiguously without interleaving with other mutation types."],["The document includes a list of available versions for this API, ranging from 2.2.0 to the latest 3.17.0."],["The `ChunkInfo` class is a sealed class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and has properties like `ChunkedValueOffset`, `ChunkedValueSize`, and `LastChunk` to describe chunking information."],["The content provides the constructors of the class, allowing for default and copy construction, with one of the arguments in the copy constructor being another `ChunkInfo` class."]]],[]]