Show / Hide Table of Contents

Class FileInfo

Detailed description of a network file.

Inheritance
object
FileInfo
Implements
IEquatable<FileInfo>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record FileInfo : IEquatable<FileInfo>

Properties

| Edit this page View Source

Deleted

Flag indicating the file has been deleted.

Declaration
public bool Deleted { get; }
Property Value
Type Description
bool
| Edit this page View Source

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[]
| Edit this page View Source

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
| Edit this page View Source

File

The network address of the file.

Declaration
public EntityId File { get; }
Property Value
Type Description
EntityId
| Edit this page View Source

Ledger

Identification of the Ledger (Network) this file information was retrieved from.

Declaration
public BigInteger Ledger { get; }
Property Value
Type Description
BigInteger
| Edit this page View Source

Memo

A short description of the file.

Declaration
public string Memo { get; }
Property Value
Type Description
string
| Edit this page View Source

Size

The size of the file in bytes.

Declaration
public long Size { get; }
Property Value
Type Description
long

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph