IEntityStorageT Interface

Defines entity storage methods.

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IEntityStorage<T>
where T : 

Type Parameters

T
Type of entity.

Methods

DeleteUids Deletes entity by entity UID.
GetAll Gets all entities in the storage.
GetEntity Gets entity by entity UID.
PutEntities Stores entities.

See Also