Show / Hide Table of Contents

Interface IMerkleLink

A link to another node in IPFS.

Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IMerkleLink

Properties

| Improve this Doc View Source

Id

The unique ID of the link.

Declaration
Cid Id { get; }
Property Value
Type Description
Cid

A Cid of the content.

| Improve this Doc View Source

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;

| Improve this Doc View Source

Size

The serialised size (in bytes) of the linked node.

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

Number of bytes.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX