Class StatsCommand
Assembly: Libplanet.Extensions.Cocona.dll
Syntax
public class StatsCommand
Methods
|
Improve this Doc
View Source
Summary(String, Boolean, Int64, Nullable<Int64>)
Declaration
[Command(Description = "Outputs a summary of a stored chain in a CSV format.")]
public void Summary([Option('p', Description = "The URI denotes the type and path of concrete class for IStore.<store-type>://<store-path> (e.g., rocksdb+file:///path/to/store)")] string path, [Option('r', Description = "Whether to include header row")] bool header, [Option('o', Description = "Starting index offset; supports negative indexing")] long offset = 0L, [Option('l', Description = "Maximum number of results to return; no limit by default")] long? limit = null)
Parameters