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, IMessageReference 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.
Implements
IMessageReadChangeStreamResponseTypesMutationChunkTypesChunkInfo, IEquatableReadChangeStreamResponseTypesMutationChunkTypesChunkInfo, IDeepCloneableReadChangeStreamResponseTypesMutationChunkTypesChunkInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |
|