1# DataPerformanceInfo
2
3
4## 概述
5
6数据业务性能模式。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [performanceEnable](#performanceenable) | 开启性能模式  |
21| int [enforce](#enforce) | 强制开启  |
22
23
24## 类成员变量说明
25
26
27### enforce
28
29```
30int DataPerformanceInfo::enforce
31```
32**描述**
33
34强制开启
35
36
37### performanceEnable
38
39```
40int DataPerformanceInfo::performanceEnable
41```
42**描述**
43
44开启性能模式
45