跳到主要内容

Stat

1. Overview

The file statistic_stat.yaml in exported package contains all configuration of Stat module from exported title region. You can add, delete or update some items in the file and then re-import to the title region.

2. An Example of The File Content

# AUTO-GENERATED FILE.
#
# Export information
# @export_time: Fri, 17 Nov 2023 09:36:39 GMT
#
# This file was automatically generated by PGOS Portal.
# Copyright 2023 Proxima Beta, Inc. All Rights Reserved.

statistic_stat:
snapshot_tag: "20231117173620153"
title_id: "5"
title_region_id: d_5_812179_dev
list:
- identification:
name: statname
stat_id: statid
desc: ""
enable_max: false
enable_min: false
max_value: 0
min_value: 0

3. Field Description

  • identification: The unique identifier for the current resource, it contains multiple fields:
    • name: the name of stat. Type: string. Length: 1-100.
  • stat_id: the id of stat for unique. Type: string. Length: 1-100.
  • desc: the description of stat. Type: string. Length: 1-1024.
  • enable_max: enable max value or not. Type: boolean.
  • enable_min: enable min value or not. Type: boolean.
  • max_value: the max value of stat. Type: number.
  • min_value: the min value of stat. Type: number.