C# 클래스 Ipfs.Commands.IpfsRepo

상속: Ipfs.Json.IpfsCommand
파일 보기 프로젝트 열기: TrekDev/net-ipfs-api

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
IpfsRepo ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

메소드 상세

GC() 공개 메소드

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
리턴 Task>