PluginTypeStatistic
This is a table representing the PluginTypeStatistic entities in Dynamics CRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the plugin-type statistic. |
| AverageExecuteTimeInMilliseconds | Integer | True |
The average execution time (in milliseconds) for the plug-in type statistic. |
| CrashContributionPercent | Integer | True |
The plug-in type percentage contribution to crashes. |
| CrashCount | Integer | True |
Number of times the plug-in type has crashed. |
| CrashPercent | Integer | True |
Percentage of crashes for the plug-in type. |
| CreatedBy_Id | String | True |
Unique identifier of the user who created the plug-in type statistic. |
| CreatedBy_LogicalName | String | True | |
| CreatedBy_Name | String | True | |
| CreatedOn | Datetime | True |
Date and time when the plug-in type statistic was created. |
| CreatedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who created the plug-in type statistic. |
| CreatedOnBehalfBy_LogicalName | String | True | |
| CreatedOnBehalfBy_Name | String | True | |
| ExecuteCount | Integer | True |
Number of times the plug-in type has been executed. |
| FailureCount | Integer | True |
Number of times the plug-in type has failed. |
| FailurePercent | Integer | True |
Percentage of failures for the plug-in type. |
| ModifiedBy_Id | String | True |
Unique identifier of the user who last modified the plug-in type statistic. |
| ModifiedBy_LogicalName | String | True | |
| ModifiedBy_Name | String | True | |
| ModifiedOn | Datetime | True |
Date and time when the plug-in type statistic was last modified. |
| ModifiedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who modified the plug-in type statistic. |
| ModifiedOnBehalfBy_LogicalName | String | True | |
| ModifiedOnBehalfBy_Name | String | True | |
| OrganizationId_Id | String | True |
Unique identifier of the organization with which the plug-in type statistic is associated. |
| OrganizationId_LogicalName | String | True | |
| OrganizationId_Name | String | True | |
| PluginTypeId_Id | String | True |
Unique identifier of the plug-in type associated with this plug-in type statistic. |
| PluginTypeId_LogicalName | String | True | |
| PluginTypeId_Name | String | True | |
| PluginTypeStatisticId | String | True |
Unique identifier of the plug-in type statistic. |
| TerminateCpuContributionPercent | Integer | True |
The plug-in type percentage contribution to Worker process termination due to excessive CPU usage. |
| TerminateHandlesContributionPercent | Integer | True |
The plug-in type percentage contribution to Worker process termination due to excessive handle usage. |
| TerminateMemoryContributionPercent | Integer | True |
The plug-in type percentage contribution to Worker process termination due to excessive memory usage. |
| TerminateOtherContributionPercent | Integer | True |
The plug-in type percentage contribution to Worker process termination due to unknown reasons. |