The EntityClusterTables type exposes the following members.

Constructors

  Name Description
EntityClusterTables
Constructor.

Methods

  Name Description
ClearAndDeleteTables
Clears and deletes tables used in this class
ClearTables
Clears and tables used in this class.
ClusterContents
Enumerates all the elements of a cluster.
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. It does only one query to the storage.
GetClusterCentroid
Gets the centroid of 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.)
InitTables
Creates the tables used in this class. It doesn't work with Windows Azure SDK (DevTableGen.exe must be used). After that, builds the initial table structure. This works with Windows Azure SDK.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TryClearAndDeleteTables
Tries to clear and delete the tables.
TryCreateTables
Creates tables used in this class if needed
UpdateClusterCentroid
Updates the centroid of a given cluster. If a concurrent update holds during this update, the second one is ignored.
UpdateEntityCluster
Updates the cluster associated with an entity. No check of consistence are done.

Properties

  Name Description
AllEntities
Enumerates all the entities.

See Also