plugintypestatistic EntityType
Plug-in type statistic.
- Entity set path:
- [organization URI]/api/data/v9.2/plugintypestatistics
- Base type:
- crmbaseentity
- Display name:
- Plug-in Type Statistic
- Primary key:
- plugintypestatisticid
- Operations supported:
- GET
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
| Name | Type | Details |
|---|---|---|
| averageexecutetimeinmilliseconds | Edm.Int32 |
The average execution time (in milliseconds) for the plug-in type. Display name: The average execution time Read only
|
| crashcontributionpercent | Edm.Int32 |
The plug-in type percentage contribution to crashes. Display name: Percentage contribution to crashes Read only
|
| crashcount | Edm.Int32 |
Number of times the plug-in type has crashed. Display name: Number of times crashed Read only
|
| crashpercent | Edm.Int32 |
Percentage of crashes for the plug-in type. Display name: Percentage of crashes Read only
|
| createdon | Edm.DateTimeOffset |
Date and time when the plug-in type statistic was created. Display name: Created On Read only
|
| executecount | Edm.Int32 |
Number of times the plug-in type has been executed. Display name: Execution Count Read only
|
| failurecount | Edm.Int32 |
Number of times the plug-in type has failed. Display name: Failure Count Read only
|
| failurepercent | Edm.Int32 |
Percentage of failures for the plug-in type. Display name: Failure Percent Read only
|
| modifiedon | Edm.DateTimeOffset |
Date and time when the plug-in type statistic was last modified. Display name: Modified On Read only
|
| plugintypestatisticid | Edm.Guid |
Unique identifier of the plug-in type statistic. Read only
|
| terminatecpucontributionpercent | Edm.Int32 |
The plug-in type percentage contribution to Worker process termination due to excessive CPU usage. Display name: Terminate CPU Contribution Percent Read only
|
| terminatehandlescontributionpercent | Edm.Int32 |
The plug-in type percentage contribution to Worker process termination due to excessive handle usage. Display name: Terminate Handles Contribution Percent Read only
|
| terminatememorycontributionpercent | Edm.Int32 |
The plug-in type percentage contribution to Worker process termination due to excessive memory usage. Display name: Terminate Memory Contribution Percent Read only
|
| terminateothercontributionpercent | Edm.Int32 |
The plug-in type percentage contribution to Worker process termination due to unknown reasons. Display name: Terminate Other Contribution Percent 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 |
|---|---|---|
| _createdby_value | createdby |
Unique identifier of the user who created the plug-in type statistic. |
| _createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the plug-in type statistic. |
| _modifiedby_value | modifiedby |
Unique identifier of the user who last modified the plug-in type statistic. |
| _modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the plug-in type statistic. |
| _organizationid_value | organizationid |
Unique identifier of the organization with which the plug-in type statistic is associated. |
| _plugintypeid_value | plugintypeid |
Unique identifier of the plug-in type associated with this plug-in type statistic. |
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 |
|---|---|---|
| createdby | systemuser | createdby_plugintypestatistic |
| createdonbehalfby | systemuser | lk_plugintypestatisticbase_createdonbehalfby |
| modifiedby | systemuser | modifiedby_plugintypestatistic |
| modifiedonbehalfby | systemuser | lk_plugintypestatisticbase_modifiedonbehalfby |
| organizationid | organization | organization_plugintypestatistic |
| plugintypeid | plugintype | plugintype_plugintypestatistic |