Choose your implementation method:
This data structure is part of the Stats Interface.
Input parameters for the EOS_Stats_QueryStats function.
Properties
EOS_Stats_QueryStatsOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_STATS_QUERYSTATS_API_LATEST.
|
EOS_ProductUserId LocalUserId
|
The Product User ID of the local user requesting the stats. Set to null for dedicated server.
|
int64_t StartTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time (Optional).
|
int64_t EndTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time (Optional).
|
const char** StatNames
|
An array of stat names to query for (Optional).
|
uint32_t StatNamesCount
|
The number of stat names included in query (Optional), may not exceed EOS_STATS_MAX_QUERY_STATS.
|
EOS_ProductUserId TargetUserId
|
The Product User ID for the user whose stats are being retrieved
|
This data structure is part of the Stats Interface.
Input parameters for the {StatsInterface.QueryStats} function.
Properties
Stats.QueryStatsOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_STATS_QUERYSTATS_API_LATEST.
|
ProductUserId LocalUserId
|
The Product User ID of the local user requesting the stats. Set to null for dedicated server.
|
System.DateTimeOffset? StartTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time (Optional).
|
System.DateTimeOffset? EndTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time (Optional).
|
string[] StatNames
|
An array of stat names to query for (Optional).
|
ProductUserId TargetUserId
|
The Product User ID for the user whose stats are being retrieved
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no