C# Class Raven.Studio.Features.Tasks.ImportDatabaseTask

Inheritance: Raven.Studio.Features.Tasks.DatabaseTask
Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
ImportDatabaseTask ( IAsyncDatabaseCommands databaseCommands, string databaseName, bool includeAttachements, bool includeDocuments, bool includeIndexes, bool includeTransformers, bool shouldExcludeExpired, int batchSize, string transformScript, List filterSettings ) : System
OnError ( ) : void

Méthodes protégées

Méthode Description
RunImplementation ( ) : Task

Private Methods

Méthode Description
ExecuteInternal ( ) : Task

Method Details

ImportDatabaseTask() public méthode

public ImportDatabaseTask ( IAsyncDatabaseCommands databaseCommands, string databaseName, bool includeAttachements, bool includeDocuments, bool includeIndexes, bool includeTransformers, bool shouldExcludeExpired, int batchSize, string transformScript, List filterSettings ) : System
databaseCommands IAsyncDatabaseCommands
databaseName string
includeAttachements bool
includeDocuments bool
includeIndexes bool
includeTransformers bool
shouldExcludeExpired bool
batchSize int
transformScript string
filterSettings List
Résultat System

OnError() public méthode

public OnError ( ) : void
Résultat void

RunImplementation() protected méthode

protected RunImplementation ( ) : Task
Résultat Task