MongoRepository documentation
IRepositoryManagerT, TKey Methods |
The IRepositoryManagerT, TKey generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Drop |
Drops the repository.
|
|
DropAllIndexes |
Drops all indexes on this repository.
|
|
DropIndex |
Drops specified index on the repository.
|
|
DropIndexes |
Drops specified indexes on the repository.
|
|
EnsureIndex(String) |
Ensures that the desired index exist and creates it if it doesn't exist.
|
|
EnsureIndex(String, Boolean, Boolean, Boolean) |
Ensures that the desired index exist and creates it if it doesn't exist.
|
|
EnsureIndexes(IEnumerableString) |
Ensures that the desired indexes exist and creates them if they don't exist.
|
|
EnsureIndexes(IMongoIndexKeys, IMongoIndexOptions) |
Ensures that the desired indexes exist and creates them if they don't exist.
|
|
EnsureIndexes(IEnumerableString, Boolean, Boolean, Boolean) |
Ensures that the desired indexes exist and creates them if they don't exist.
|
|
GetIndexes |
Gets the indexes for this repository.
|
|
GetStats |
Gets stats for this repository.
|
|
GetTotalDataSize |
Gets the total size for the repository (data + indexes).
|
|
GetTotalStorageSize |
Gets the total storage size for the repository (data + indexes).
|
|
IndexesExists |
Tests whether indexes exist.
|
|
IndexExists |
Tests whether indexes exist.
|
|
IsCapped |
Tests whether the repository is capped.
|
|
ReIndex |
Runs the ReIndex command on this repository.
|
|
Validate |
Validates the integrity of the repository.
|
See Also