| PFStatisticsCreateStatisticDefinitionAsync | Create a new entity statistic definition. |
| PFStatisticsDeleteStatisticDefinitionAsync | Delete an entity statistic definition. Will delete all statistics on entity profiles and leaderboards. |
| PFStatisticsDeleteStatisticsAsync | Delete statistics on an entity profile. This will remove all rankings from associated leaderboards. |
| PFStatisticsDeleteStatisticsGetResult | Gets the result of a successful PFStatisticsDeleteStatisticsAsync call. |
| PFStatisticsDeleteStatisticsGetResultSize | Get the size in bytes needed to store the result of a DeleteStatistics call. |
| PFStatisticsGetStatisticDefinitionAsync | Get current statistic definition information |
| PFStatisticsGetStatisticDefinitionGetResult | Gets the result of a successful PFStatisticsGetStatisticDefinitionAsync call. |
| PFStatisticsGetStatisticDefinitionGetResultSize | Get the size in bytes needed to store the result of a GetStatisticDefinition call. |
| PFStatisticsGetStatisticsAsync | Gets statistics for the specified entity. |
| PFStatisticsGetStatisticsForEntitiesAsync | Gets statistics for the specified collection of entities. |
| PFStatisticsGetStatisticsForEntitiesGetResult | Gets the result of a successful PFStatisticsGetStatisticsForEntitiesAsync call. |
| PFStatisticsGetStatisticsForEntitiesGetResultSize | Get the size in bytes needed to store the result of a GetStatisticsForEntities call. |
| PFStatisticsGetStatisticsGetResult | Gets the result of a successful PFStatisticsGetStatisticsAsync call. |
| PFStatisticsGetStatisticsGetResultSize | Get the size in bytes needed to store the result of a GetStatistics call. |
| PFStatisticsIncrementStatisticVersionAsync | Increment an entity statistic definition version. |
| PFStatisticsIncrementStatisticVersionGetResult | Gets the result of a successful PFStatisticsIncrementStatisticVersionAsync call. |
| PFStatisticsListStatisticDefinitionsAsync | Get all current statistic definitions information |
| PFStatisticsListStatisticDefinitionsGetResult | Gets the result of a successful PFStatisticsListStatisticDefinitionsAsync call. |
| PFStatisticsListStatisticDefinitionsGetResultSize | Get the size in bytes needed to store the result of a ListStatisticDefinitions call. |
| PFStatisticsUpdateStatisticDefinitionAsync | Update an existing entity statistic definition. |
| PFStatisticsUpdateStatisticsAsync | Update statistics on an entity profile. Depending on the statistic definition, this may result in entity being ranked on various leaderboards. |
| PFStatisticsUpdateStatisticsGetResult | Gets the result of a successful PFStatisticsUpdateStatisticsAsync call. |
| PFStatisticsUpdateStatisticsGetResultSize | Get the size in bytes needed to store the result of a UpdateStatistics call. |