DumpCommand.

DumpCommand(IDocumentStore, ILogger<DumpCommand>) Constructor

Summary

Initializes a new instance of the DumpCommand class.

Syntax

public DumpCommand(IDocumentStore store, ILogger<DumpCommand> logger)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
store IDocumentStore The store.
logger ILogger<DumpCommand> logger.

Return Value

Type Description
void