public override Task PutIncrementalExportKey(ExportFilesDestinations destinations)
 {
     return(this.SecondaryStore.AsyncFilesCommands.Configuration.SetKeyAsync <ExportFilesDestinations>(ExportFilesDestinations.RavenDocumentKey, destinations));
 }
Esempio n. 2
0
 public Task PutIncrementalExportKey(ExportFilesDestinations destinations)
 {
     throw new NotSupportedException("Copying between filesystems is currently not supported in embedded version.");
 }
 public virtual Task PutIncrementalExportKey(ExportFilesDestinations destinations)
 {
     throw new NotSupportedException();
 }