Class FileInfo
Detailed description of a network file.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class FileInfo : IEquatable<FileInfo>
Properties
| Improve this Doc View SourceDeleted
Flag indicating the file has been deleted.
Declaration
public bool Deleted { get; }
Property Value
Type | Description |
---|---|
Boolean |
Endorsements
A descriptor of the 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 thru updates.
Declaration
public DateTime Expiration { get; }
Property Value
Type | Description |
---|---|
DateTime |
File
The network address of the file.
Declaration
public Address File { get; }
Property Value
Type | Description |
---|---|
Address |
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 (plus 30 extra for overhead).
Declaration
public long Size { get; }
Property Value
Type | Description |
---|---|
Int64 |