ExcelPerformanceData interface
The SAP instance specific performance data for Excel import.
- Extends
Properties
data |
Polymorphic discriminator, which specifies the different types this object can be |
max |
Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dataSource
Polymorphic discriminator, which specifies the different types this object can be
dataSource: "Excel"
Property Value
"Excel"
maxCpuLoad
Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value. NOTE: This property will not be serialized. It can only be populated by the server.
maxCpuLoad?: number
Property Value
number
totalSourceDbSizeGB
Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'. NOTE: This property will not be serialized. It can only be populated by the server.
totalSourceDbSizeGB?: number
Property Value
number
Azure SDK for JavaScript