C# 클래스 Ipfs.Commands.IpfsFile

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

공개 메소드들

메소드 설명
Ls ( string path ) : Task

List directory contents for Unix-filesystem objects Retrieves the object named by and displays the contents. The JSON output contains size information.For files, the child size is the total size of the file contents.For directories, the child size is the IPFS link size.

비공개 메소드들

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

메소드 상세

Ls() 공개 메소드

List directory contents for Unix-filesystem objects Retrieves the object named by and displays the contents. The JSON output contains size information.For files, the child size is the total size of the file contents.For directories, the child size is the IPFS link size.
public Ls ( string path ) : Task
path string The path to the IPFS object(s) to list links from
리턴 Task