C# Class Ipfs.Commands.IpfsFile

Inheritance: Ipfs.Json.IpfsCommand
Afficher le fichier Open project: TrekDev/net-ipfs-api

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
IpfsFile ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

Method Details

Ls() public méthode

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
Résultat Task