Class MessageSegmentInfo
Optional metadata that may be attached to an Segmented HCS message identifying the index of the segment and which parent message this segment correlates with.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class MessageSegmentInfo : IEquatable<MessageSegmentInfo>
Properties
| Improve this Doc View SourceIndex
The index of this segment (one based).
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 |
ParentTxId
The transaction the created the first segment of the message. This acts as a correlation identifier to coalesce the segments of the message int one.
Declaration
public TxId ParentTxId { get; }
Property Value
Type | Description |
---|---|
TxId |
TotalSegmentCount
The total number of segments making up the whole of the message when assembled.
Declaration
public int TotalSegmentCount { get; }
Property Value
Type | Description |
---|---|
Int32 |