Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 435 Bytes

command.md

File metadata and controls

17 lines (13 loc) · 435 Bytes

Class Command

The Command class is abstract class of all command which can be executed on ElasticSearch servers.

Methods

  • getParameter(name) - Returns value of the specified parameter.
  • setParameter(name, value) - Sets value of the specified parameter.

Method getParameter(name)

getParameter(name: string): string|null

Method setParameter(name, value)

setParameter(name: string, value: string)