Show / Hide Table of Contents

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.

Inheritance
Object
MessageSegmentInfo
Implements
IEquatable<MessageSegmentInfo>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class MessageSegmentInfo : IEquatable<MessageSegmentInfo>

Properties

| Improve this Doc View Source

Index

The index of this segment (one based).

Declaration
public int Index { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

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

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph