Skip to main content

Glossary: DatabaseStatistics

Properties

NameTypeDescription
LastDocEtagEtagThe Etag of last document
LastAttachmentEtagEtagThe Etag of last attachment
CountOfIndexesintAmount of indexes
CountOfResultTransformersintAmount of result transformers
InMemoryIndexingQueueSizesint[]In memory indexing queue sizes
ApproximateTaskCountlongApproximate amount of tasks
CountOfDocumentslongAmount of documents
CountOfAttachmentslongAmount of attachments
StaleIndexesstring[]List of stale indexes names
CurrentNumberOfItemsToIndexInSingleBatchintAmount of items to index in single batch
CurrentNumberOfItemsToReduceInSingleBatchintAmount of items to reduce in single batch
DatabaseTransactionVersionSizeInMBdecimalSize of database transactional version in MB
IndexesIndexStats[]Indexes statistics
ErrorsIndexingError[]Indexing errors
IndexingBatchInfoIndexingBatchInfo[]Information about indexing batch
PrefetchesFutureBatchStats[]Details about prefetching
DatabaseIdGuidDatabase identifier
SupportsDtcboolwhether database supports DTC

IndexStats

Properties

NameTypeDescription
IdintIndex id
NamestringIndex name
IndexingAttemptsintIndexing attempts
IndexingSuccessesintAmount of indexing successes
IndexingErrorsintAmount of indexing errors
LastIndexedEtagEtagLast indexed etag
IndexingLagint?Estimated amount of document changes since last indexing
LastIndexedTimestampDateTimeTime of last indexing
LastQueryTimestampDateTime?Time of last query to this index
TouchCountintTouch count
PriorityIndexingPriorityIndexing priority
ReduceIndexingAttemptsint?Amount of index reduce attempts
ReduceIndexingSuccessesint?Amount of index reduce successes
ReduceIndexingErrorsint?Amount of index reduce errors
LastReducedEtagEtagLast reduced etag
LastReducedTimestampDateTime?Time of last reduce operation
CreatedTimestampDateTimeDate of index creation
LastIndexingTimeDateTimeDate of last indexing
IsOnRamstringWhether index is stored on RAM. If true it also prints memory usage
LockModeIndexLockModeIndex lock mode
ForEntityNameList<string>Entities names referenced by this index
PerformanceIndexingPerformanceStats[]Index performance statistics
DocsCountintAmount of documents in this index
IsInvalidIndexboolWhether index is invalid

IndexingError

Properties

NameTypeDescription
IdlongError id
IndexintIndex id
IndexNamestringIndex name
ErrorstringError message
TimestampDateTimeTime of error
DocumentstringDocument source
ActionstringAction during which an error occured

IndexingBatchInfo

Properties

NameTypeDescription
TotalDocumentCountintTotal document count
TotalDocumentSizelongTotal document size
TimestampDateTimeDate of event

FutureBatchStats

Properties

NameTypeDescription
TimestampDateTimeTimestamp of operation
DurationTimeSpan?Operation duration
Sizeint?Amount of documents used during prefetching
RetriesintRetries count
PrefetchingUserPrefetchingUserIndexer = 1, Replicator = 2, SqlReplicator = 3