Summary
allows to configure db4o to use a customized byte IO storage mechanism.
returns the configured
Db4objects.Db4o.IO.IStorage
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IConfiguration
Syntax
IStorage Storage { get; set; }
Remarks
allows to configure db4o to use a customized byte IO storage mechanism.
Implement the interface
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 factory |
See Also
- Db4objects.Db4o.IO.CachingStorage
- Db4objects.Db4o.IO.MemoryStorage
- Db4objects.Db4o.IO.FileStorage
- Db4objects.Db4o.IO.StorageDecorator