MongoRepositoryManager(T) Methods

MongoRepository

MongoRepositoryManagerT Methods

The MongoRepositoryManagerT generic type exposes the following members.

Methods
  Name Description
Public method Drop
Drops the collection.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method DropAllIndexes
Drops all indexes on this repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method DropIndex
Drops specified index on the repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method DropIndexes
Drops specified indexes on the repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method EnsureIndex(String)
Ensures that the desired index exist and creates it if it doesn't exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method EnsureIndex(String, Boolean, Boolean, Boolean)
Ensures that the desired index exist and creates it if it doesn't exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method EnsureIndexes(IEnumerableString)
Ensures that the desired indexes exist and creates them if they don't exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method EnsureIndexes(IMongoIndexKeys, IMongoIndexOptions)
Ensures that the desired indexes exist and creates them if they don't exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method EnsureIndexes(IEnumerableString, Boolean, Boolean, Boolean)
Ensures that the desired indexes exist and creates them if they don't exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetIndexes
Gets the indexes for this repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method GetStats
Gets stats for this repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method GetTotalDataSize Obsolete.
Gets the total size for the repository (data + indexes).
(Inherited from MongoRepositoryManagerT, TKey.)
Public method GetTotalStorageSize Obsolete.
Gets the total storage size for the repository (data + indexes).
(Inherited from MongoRepositoryManagerT, TKey.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexesExists
Tests whether indexes exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method IndexExists
Tests whether indexes exist.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method IsCapped
Tests whether the repository is capped.
(Inherited from MongoRepositoryManagerT, TKey.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ReIndex
Runs the ReIndex command on this repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Validate
Validates the integrity of the repository.
(Inherited from MongoRepositoryManagerT, TKey.)
Top
See Also