Constructors
constructor
- new BatchStats(__namedParameters: object): BatchStats
-
Parameters
-
__namedParameters: object
-
commands: any
-
start: number
Properties
commands
commands: Array<any>
error
error: Error | null
response
response: Array<any>
Accessors
commandCount
commandCount:
responseCount
responseCount:
Methods
finish
- finish(error: Error | null, response: Array<any>): void
-
Parameters
-
error: Error | null
-
response: Array<any>
Returns void