Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatisticsCommandOptions

interface

StatisticsCommandOptions

description

This interface defines arguments that can be passed to any statistics command that is implemented in the backend runtime.

Note that it is important that child classes extend this interface with their own specification of arguments.

see

BaseCommandOptions

since

v0.3.2

Hierarchy

Index

Properties

debug?: boolean

Whether debug must be enabled. Enabling this argument will display log messages for all modes (including mode debug).

When this argument is enabled, it is possible that many logs will be printed to the terminal/shell during runtime.

access

public

var

{boolean}

periodFormat: "D" | "W" | "M"

Defines the period format for said discovery command. Values include "D", "W" or "M".

access

public

var

{string}

quiet?: boolean

Whether quiet must be enabled. Enabling this argument will display no log messages at all except for errors.

When this argument is enabled, the runtime will not produce any logs outside of errors.

access

public

var

{boolean}

Generated using TypeDoc