PatchCommand Class

Summary

PatchCommand.
graph BT Type-->Base0["Object"] Type["PatchCommand"] class Type type-node

Syntax

public class PatchCommand

Attributes

Type Description
NullableContextAttribute
NullableAttribute
UsedImplicitlyAttribute
CommandAttribute

Constructors

Name Summary
PatchCommand(IDocumentStore, ILogger<PatchCommand>) Initializes a new instance of the PatchCommand class.

Properties

Name Value Summary
AutoCreateAll bool
Enable auto create all objects
Drop string
Gets or sets the drop location for the files.
FileName string
Gets or sets the name of the file.
Schema bool
Opt-into schema creation
TransactionalScript bool
Use transactions

Methods

Name Value Summary
OnExecute() int
Called when [execute].

Extension Methods