VDS.RDF.Storage.Management.Provisioning Namespace |
Namespace for storage classes which provide support for creating new stores in conjunction with a IStorageServer.
In order for an IStorageServer to create a new store it requires an instance of the IStoreTemplate interface from this namespace. The basic interface provides only a Store ID, specific implementations may provide many more customizable properties to allow new stores to be created that take advantage of the capabilties of the server the store is being created on. A IStorageServer provides methods to generate the basic templates that it accepts and should be used in preference to creating any of the implementations directly.
Class | Description | |
---|---|---|
StoreTemplate |
A basic store template where the only parameter is the Store ID.
|
Interface | Description | |
---|---|---|
IStoreTemplate |
Interface for templates for the provisioning of new stores.
|