Reader/writer of cloudster entities to/from the azure blob. As data must not be modified, no update methods are provided.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class EntityStorage<TEntity>
where TEntity : Entity
Visual Basic (Declaration)
Public Class EntityStorage(Of TEntity As Entity)
Visual C++
generic<typename TEntity>
where TEntity : Entity
public ref class EntityStorage

Type Parameters

TEntity
The type of entity to store/load.

Inheritance Hierarchy

System..::.Object
  Cloudster..::.EntityStorage<(Of <(TEntity>)>)

See Also