C-DEngine 5.105

IStorageService Members

The IStorageService type exposes the following members.

Methods


  Name Description
Public method EdgeDataCreateStore
Call to Create a new store (a Table in the SQL Server) in the Storage Service
Public method EdgeDataStore<(Of <<'(T>)>>)
This call gives a bit more control over the storing than "EdgeCreateStore".
Public method 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
Public method 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
Public method EdgeStorageServerRequestCaps
Requests the Storage Capabilities of a remote StorageService
Public method EdgeUpdateStore
Updates a store definition in the Storage Service
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseEngine
Gets the IBaseEngine Interface of the Storage service for Base-Engine calls
Public method GetHashCode (Inherited from Object.)
Public method GetStorageCaps
Returns the Storage Capabilities of the this StorageService
Public method GetType (Inherited from Object.)
Public method InitEdgeStore
Initializes the EdgeStore
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.
Public method RequestEdgeStorageData(String, String, Int32, Int32, String, String, String, String, Action<(Of <<'(TSM>)>>), Boolean)
This is the main function to retrieve data from the StorageService.
Public method ToString (Inherited from Object.)