Click or drag to resize

IAtomiaBillingApiSearchPerformanceLog Method

Searches the performance log.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<PerformanceLog> SearchPerformanceLog(
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	string[] categoryNames,
	string[] counterNames,
	DateTime from,
	DateTime to
)

Parameters

firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
The page size.
order
Type: SystemString
The order (asc or desc).
propertyNameToOrder
Type: SystemString
The property name to order by.
categoryNames
Type: SystemString
Array of category names to search in or null for all.
counterNames
Type: SystemString
Array of counter names to search in or null for all.
from
Type: SystemDateTime
From date to filter by.
to
Type: SystemDateTime
To date to filter by.

Return Value

Type: SearchResultPerformanceLog
Performance log data.
See Also