Class FileSystemLink
A link to another file system node in IPFS.
Inherited Members
Namespace: Ipfs.Http
Assembly: Ipfs.Http.Client.dll
Syntax
public class FileSystemLink : IFileSystemLink, IMerkleLink
Properties
| Improve this Doc View SourceId
Declaration
public Cid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Cid |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Size
Declaration
public long Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |