Initialize blob and tables and upload initial entities
Namespace:
Cloudster.HelpersAssembly: Cloudster.Helpers (in Cloudster.Helpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static void Initialize<TEntity>( MessageDisplayer messageDisplayer, ISerializer<TEntity> serializer, IEnumerable<TEntity> entities, Settings settings, bool clearBlob, int clusterCount ) where TEntity : Entity |
Visual Basic (Declaration) |
---|
Public Shared Sub Initialize(Of TEntity As Entity) ( _ messageDisplayer As MessageDisplayer, _ serializer As ISerializer(Of TEntity), _ entities As IEnumerable(Of TEntity), _ settings As Settings, _ clearBlob As Boolean, _ clusterCount As Integer _ ) |
Visual C++ |
---|
public: generic<typename TEntity> where TEntity : Entity static void Initialize( MessageDisplayer^ messageDisplayer, ISerializer<TEntity>^ serializer, IEnumerable<TEntity>^ entities, Settings^ settings, bool clearBlob, int clusterCount ) |
Parameters
- messageDisplayer
- Type: Cloudster.Helpers..::.MessageDisplayer
Delegate for displaying messages
- serializer
- Type: Cloudster..::.ISerializer<(Of <(TEntity>)>)
Entity serializer
- entities
- Type: System.Collections.Generic..::.IEnumerable<(Of <(TEntity>)>)
Enumerable of the initial entities
- settings
- Type: Cloudster..::.Settings
Settings to use
- clearBlob
- Type: System..::.Boolean
Specifies whether or not to clear all old entities from the blob
- clusterCount
- Type: System..::.Int32
Number of clusters
Type Parameters
- TEntity
- Type of entities