C# 클래스 Raven.Studio.Features.Tasks.ExportDatabaseTask

상속: Raven.Studio.Features.Tasks.DatabaseTask
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
ExportDatabaseTask ( IAsyncDatabaseCommands databaseCommands, string databaseName, bool includeAttachements, bool includeDocuments, bool includeIndexes, bool includeTransformers, bool shouldExcludeExpired, int batchSize, string transformScript, List filterSettings ) : System
OnError ( ) : void

보호된 메소드들

메소드 설명
RunImplementation ( ) : Task

메소드 상세

ExportDatabaseTask() 공개 메소드

public ExportDatabaseTask ( 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
리턴 System

OnError() 공개 메소드

public OnError ( ) : void
리턴 void

RunImplementation() 보호된 메소드

protected RunImplementation ( ) : Task
리턴 Task