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

See also