dataperformance EntityType
Data Performance Dashboard.
- Entity Set Path
- [organization URI]/api/data/v9.0/dataperformances
- Base Type
- crmbaseentity
- Display Name
- Data Performance Dashboard
- Primary Key
- dataperformanceid
- Operations Supported
- GET
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
| Name | Type | Details | ||||||
|---|---|---|---|---|---|---|---|---|
| anyoptimizationapplied | Edm.Boolean |
An internal state which indicates whether at least one optimization is applied. Display Name: Any Optimization Applied Read Only
Default Options
|
||||||
| anyoptimizationavailable | Edm.Boolean |
An internal state which indicates whether at least one optimization is available for this record. Display Name: Any Optimization Available Read Only
Default Options
|
||||||
| component | Edm.String |
Name of the component Display Name: Component Read Only
|
||||||
| count | Edm.Int32 |
Number of times a queries were executed (Aggregated) Display Name: Count Read Only
|
||||||
| dataperformanceid | Edm.Guid |
Unique identifier of the performance suggestion. Display Name: Id |
||||||
| entity | Edm.String |
Primary entity Display Name: Entity Read Only
|
||||||
| estimatedoptimizationimpact | Edm.Decimal |
The expected average cost benefit of an optimization. Display Name: Estimated Optimization Impact Read Only
|
||||||
| executionperiod | Edm.String |
The execution period for which the performance metrics are calculated. Display Name: Execution Period Read Only
|
||||||
| lastactionresult | Edm.String |
An internal state which shows the result of the last action that was taken on this record. Display Name: Last Action Result Read Only
|
||||||
| lastoptimizationdate | Edm.DateTimeOffset |
Last time an optimization was applied. Display Name: Last Optimization Date Read Only
|
||||||
| maxtime | Edm.Decimal |
Maximum execution time in seconds. (Aggregated) Display Name: Max Time Read Only
|
||||||
| mediantime | Edm.Decimal |
Average execution time in seconds. (Aggregated) Display Name: Median Time Read Only
|
||||||
| mintime | Edm.Decimal |
Minimum execution time in seconds. (Aggregated) Display Name: Min Time Read Only
|
||||||
| operation | Edm.String |
Data operation that triggered the query (Retrieve Multiple, etc.) Display Name: Operation Read Only
|
||||||
| optimizationstatus | Edm.String |
Current optimization status of the record, showed to the customer. Display Name: Optimization Status Read Only
|
||||||
| optimizationstorage | Edm.Decimal |
Storage consumed by the optimization. (MB) Display Name: Optimization Storage Read Only
|
||||||
| realizedoptimizationimpact | Edm.String |
Actual performance change after taking an optimization action on the record. Display Name: Optimization Impact (%) Read Only
|
||||||
| solution | Edm.String |
Name of the solution that owns the component Display Name: Solution Read Only
|
||||||
| weight | Edm.Decimal |
Query Weight of the component. Factored with the Optimization Impact to determine the overall importance of applying an optimization. (P2) Display Name: Weight Read Only
|
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
| Name | Single-valued navigation property | Description |
|---|---|---|
| _organizationid_value | organizationid |
Unique identifier of the organization associated. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
| Name | Type | Partner |
|---|---|---|
| organizationid | organization | lk_dataperformance_organizationid |