Google Bigtable v2 API - Class ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo (3.13.0)

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.

Inheritance

object > ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ChunkInfo()

public ChunkInfo()

ChunkInfo(ChunkInfo)

public ChunkInfo(ReadChangeStreamResponse.Types.MutationChunk.Types.ChunkInfo other)
Parameter
Name Description
other ReadChangeStreamResponseTypesMutationChunkTypesChunkInfo

Properties

ChunkedValueOffset

public int ChunkedValueOffset { get; set; }

The byte offset of this chunk into the total value size of the mutation.

Property Value
Type Description
int

ChunkedValueSize

public int ChunkedValueSize { get; set; }

The total value size of all the chunks that make up the SetCell.

Property Value
Type Description
int

LastChunk

public bool LastChunk { get; set; }

When true, this is the last chunk of a chunked SetCell.

Property Value
Type Description
bool