Show / Hide Table of Contents

Class FileSystemLink

A link to another file system node in IPFS.

Inheritance
Object
FileSystemLink
Implements
IFileSystemLink
IMerkleLink
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Ipfs.Http
Assembly: Ipfs.Http.Client.dll
Syntax
public class FileSystemLink : IFileSystemLink, IMerkleLink

Properties

| Improve this Doc View Source

Id

Declaration
public Cid Id { get; set; }
Property Value
Type Description
Cid
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Size

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

Implements

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