Click or drag to resize

HoarderServiceClient.GetDatabaseSummary Method

Retreives a summary of the counts of different types and values in the database.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<DatabaseSummary> GetDatabaseSummary()

Return Value

Task<DatabaseSummary>
A DatabaseInfo describing database statistics and performance information.
See Also