C# Class Ipfs.Commands.IpfsRepo

Inheritance: Ipfs.Json.IpfsCommand
Datei anzeigen Open project: TrekDev/net-ipfs-api

Public Methods

Method Description
GC ( bool quiet = false ) : Task>

Perform a garbage collection sweep on the repo 'ipfs repo gc' is a plumbing command that will sweep the local set of stored objects and remove ones that are not pinned in order to reclaim hard disk space.

Private Methods

Method Description
IpfsRepo ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

Method Details

GC() public method

Perform a garbage collection sweep on the repo 'ipfs repo gc' is a plumbing command that will sweep the local set of stored objects and remove ones that are not pinned in order to reclaim hard disk space.
public GC ( bool quiet = false ) : Task>
quiet bool Write minimal output
return Task>