IStorageService Members
The IStorageService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EdgeDataCreateStore |
Call to Create a new store (a Table in the SQL Server) in the Storage Service
|
![]() |
EdgeDataStore<(Of <<'(T>)>>) |
This call gives a bit more control over the storing than "EdgeCreateStore".
|
![]() |
EdgeDataStoreOnly<(Of <<'(T>)>>) |
Very light-weight call to store a class into the storage service.
If the store does not exist, this call will not do anything. EdgeDataCreateStore has to be called first with the type of this class
|
![]() |
EdgeStorageExecuteSql |
Executes a SQL Command against the StorageService SQL Server. BE VERY CAREFULL! Wrong calls can cause data loss. Currently this call only allowes to be called against a table that was created and owned by this node
|
![]() |
EdgeStorageServerRequestCaps |
Requests the Storage Capabilities of a remote StorageService
|
![]() |
EdgeUpdateStore |
Updates a store definition in the Storage Service
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseEngine |
Gets the IBaseEngine Interface of the Storage service for Base-Engine calls
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetStorageCaps |
Returns the Storage Capabilities of the this StorageService
|
![]() |
GetType | (Inherited from Object.) |
![]() |
InitEdgeStore |
Initializes the EdgeStore
|
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RequestEdgeStorageData(Type, String, Int32, Int32, String, String, String, String, Action<(Of <<'(TSM>)>>), Boolean, String) |
This is the main function to retrieve data from the StorageService.
|
![]() |
RequestEdgeStorageData(String, String, Int32, Int32, String, String, String, String, Action<(Of <<'(TSM>)>>), Boolean) |
This is the main function to retrieve data from the StorageService.
|
![]() |
ToString | (Inherited from Object.) |