Class ChunkInfo
HCS Chunk Information that may or may not be part of this message.
Inherited Members
Namespace: Hiero.Mirror.Implementation
Assembly: Hiero.dll
Syntax
public class ChunkInfo
Properties
| Edit this page View SourceInitialTransactionId
Corresponding initial transaction id.
Declaration
[JsonPropertyName("initial_transaction_id")]
[JsonConverter(typeof(TransactionIdStructuredConverter))]
public TransactionId InitialTransactionId { get; set; }
Property Value
| Type | Description |
|---|---|
| TransactionId |
Number
Chunk number.
Declaration
[JsonPropertyName("number")]
public int Number { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Total
Total number of chunks.
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |