Skip to main content
PFStatisticsUpdateStatisticsRequest data model.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags entity   PFEntityKey const*
may be nullptr
(Optional) The optional entity to perform this action on. Defaults to the currently logged in entity. statistics   PFStatisticsStatisticUpdate const* Collection of statistics to update, maximum 50. statisticsCount   uint32_t Count of statistics transactionId   const char*
is null-terminated
(Optional) Optional transactionId of this update which can be used to ensure idempotence.

Requirements

Header: PFStatisticsTypes.h

See also

PFStatisticsTypes members
Last modified on August 31, 2026