Class FileInfo
Detailed description of a network file.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record FileInfo : IEquatable<FileInfo>
Properties
| Edit this page View SourceDeleted
Flag indicating the file has been deleted.
Declaration
public bool Deleted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Endorsements
A descriptor of all the keys required to sign transactions editing and otherwise manipulating the contents of this file.
Declaration
public Endorsement[] Endorsements { get; }
Property Value
| Type | Description |
|---|---|
| Endorsement[] |
Expiration
The file expiration date at which it will be removed from the network. The date can be extended through updates.
Declaration
public ConsensusTimeStamp Expiration { get; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp |
File
The network address of the file.
Declaration
public EntityId File { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Ledger
Identification of the Ledger (Network) this file information was retrieved from.
Declaration
public BigInteger Ledger { get; }
Property Value
| Type | Description |
|---|---|
| BigInteger |
Memo
A short description of the file.
Declaration
public string Memo { get; }
Property Value
| Type | Description |
|---|---|
| string |
Size
The size of the file in bytes.
Declaration
public long Size { get; }
Property Value
| Type | Description |
|---|---|
| long |