The TableDataAccessor<(Of <(TEntity>)>) type exposes the following members.

Constructors

  Name Description
TableDataAccessor<(Of <(TEntity>)>)
Default constructor for TableDataAccessor

Methods

  Name Description
AddEntity
Add an entity (if needed) to the underlying storage
DeleteEntity
Deletes an entity (if needed) from the underlying storage
EntityIsReal
Find whether an entity is real
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAllClustersCentroids
Gets the centroids of all clusters.
GetClusterCentroid
Gets the centroid of a given cluster
GetClusterContents
Gets the list of entities which are in a given cluster
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reset
Re-initialize the binding tables
SetClusterCentroid
Updates the centroid of a given cluster
SetEntityCluster
Updates the cluster in which is a given entity
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
AllEntities
Enumerable of all entities currently lister in the entity => cluster table
ClusterCount
Number of clusters, fetched from the status table
EntityClusterTables
Cloudster Azure entity => cluster bindings table
EntityStorage
Cloudster blob storage handler
StatusTable
Cloudster Azure status table

See Also