dataperformance EntityType
Data Performance Dashboard.
- Entity set path:
- [organization URI]/api/data/v9.2/dataperformances
- Base type:
- crmbaseentity
- Table type:
- Standard
- 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 Lookup property data.
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 |