IStoreTemplate Interface |
Namespace: VDS.RDF.Storage.Management.Provisioning
The IStoreTemplate type exposes the following members.
Name | Description | |
---|---|---|
ID |
Gets/Sets the ID for the Store.
| |
TemplateDescription |
Gets the description of the type of store the template will create.
| |
TemplateName |
Gets the name of the type of store the template will create.
|
This interface is intentionally very limited, the generic type constraints on the IStorageServer interface allow for specific implementations of that interface to futher constrain their implementation to accept only relevant implementations of this interface when provisioning new stores.
Specific implementations will likely add various properties that allow end users to configure implementation specific parameters. It is suggested that implementors include System.ComponentModel attributes on their implementations.