Created
July 14, 2020 09:08
-
-
Save AvgustPol/b5738d5b646639af92b8d3981ff3c1b2 to your computer and use it in GitHub Desktop.
RavenDB 3.5 get index DocsCount without query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return DocumentStore.DatabaseCommands.ForDatabase(((DocumentStore)DocumentStore).DefaultDatabase).GetStatistics().Indexes.Single(x => x.Name == indexName).DocsCount; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment