Show / Hide Table of Contents

Class StatsCommand

Inheritance
Object
StatsCommand
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Extensions.Cocona.Commands
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
Type Name Description
String path
Boolean header
Int64 offset
Nullable<Int64> limit
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium