C# Класс Ipfs.Commands.IpfsFile

Наследование: Ipfs.Json.IpfsCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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