Interface IMerkleLink
A link to another node in IPFS.
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IMerkleLink
Properties
| Improve this Doc View SourceId
The unique ID of the link.
Declaration
Cid Id { get; }
Property Value
Type | Description |
---|---|
Cid | A Cid of the content. |
Name
A name associated with the linked node.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | A String or null. |
Remarks
warning
IPFS considers a null name different from a Empty name;
Size
The serialised size (in bytes) of the linked node.
Declaration
long Size { get; }
Property Value
Type | Description |
---|---|
Int64 | Number of bytes. |