ILoggingServiceLogEntryQueryCount Method

Gets the number of log entries corresponding to filter criteria.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
int LogEntryQueryCount(
	ICollection<LogEntryQueryFilterRule>? filter
)

Parameters

filter
Type: System.Collections.GenericICollectionLogEntryQueryFilterRule
The filter rules which should be applied to the query, or if the total number of records should be returned.

Return Value

Type: Int32
The number of log entries matching the filter criteria.
Exceptions
ExceptionCondition
InvalidOperationExceptionfilter contains invalid rule.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If the caller is associated with a tenant, the results will be filtered so that only records associated with that tenant are included.
See Also