IFileConfiguration.

Storage Property

Summary

allows to configure db4o to use a customized byte IO storage mechanism. returns the configured Db4objects.Db4o.IO.IStorage .

Syntax

IStorage Storage { get; set; }

Remarks

allows to configure db4o to use a customized byte IO storage mechanism.

You can implement the interface Db4objects.Db4o.IO.IStorage to write your own. Possible usecases could be improved performance with a native library, mirrored write to two files, encryption or read-on-write fail-safety control.

Value

Type Description
IStorage - the storage

See Also

  • Db4objects.Db4o.IO.FileStorage
  • Db4objects.Db4o.IO.CachingStorage
  • Db4objects.Db4o.IO.MemoryStorage