Referencia de tabla o entidad Plug-in Type Statistic (PluginTypeStatistic)

Nota

¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.

Plug-in type statistic.

Mensajes

Mensaje Operación de API web Método o clase de SDK
Retrieve GET [org URI]/api/data/v9.0/plugintypestatistics(plugintypestatisticid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/plugintypestatistics
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple

Propiedades

Propiedad Valor
CollectionSchemaName PluginTypeStatistics
DisplayCollectionName Plug-in Type Statistics
DisplayName Plug-in Type Statistic
EntitySetName plugintypestatistics
IsBPFEntity False
LogicalCollectionName plugintypestatistics
LogicalName plugintypestatistic
OwnershipType OrganizationOwned
PrimaryIdAttribute plugintypestatisticid
PrimaryNameAttribute
SchemaName PluginTypeStatistic

Columnas/atributos de sólo lectura

Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.

AverageExecuteTimeInMilliseconds

Propiedad Valor
Description The average execution time (in milliseconds) for the plug-in type.
DisplayName The average execution time
Format None
IsValidForForm True
IsValidForRead True
LogicalName averageexecutetimeinmilliseconds
MaxValue 2147483647
MinValue 0
RequiredLevel SystemRequired
Type Integer

CrashContributionPercent

Propiedad Valor
Description The plug-in type percentage contribution to crashes.
DisplayName Percentage contribution to crashes
Format None
IsValidForForm True
IsValidForRead True
LogicalName crashcontributionpercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

CrashCount

Propiedad Valor
Description Number of times the plug-in type has crashed.
DisplayName Number of times crashed
Format None
IsValidForForm True
IsValidForRead True
LogicalName crashcount
MaxValue 2147483647
MinValue 0
RequiredLevel SystemRequired
Type Integer

CrashPercent

Propiedad Valor
Description Percentage of crashes for the plug-in type.
DisplayName Percentage of crashes
Format None
IsValidForForm True
IsValidForRead True
LogicalName crashpercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

CreatedBy

Propiedad Valor
Description Unique identifier of the user who created the plug-in type statistic.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the plug-in type statistic was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Propiedad Valor
Description Unique identifier of the delegate user who created the plug-in type statistic.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

ExecuteCount

Propiedad Valor
Description Number of times the plug-in type has been executed.
DisplayName Execution Count
Format None
IsValidForForm True
IsValidForRead True
LogicalName executecount
MaxValue 2147483647
MinValue 0
RequiredLevel SystemRequired
Type Integer

FailureCount

Propiedad Valor
Description Number of times the plug-in type has failed.
DisplayName Failure Count
Format None
IsValidForForm True
IsValidForRead True
LogicalName failurecount
MaxValue 2147483647
MinValue 0
RequiredLevel SystemRequired
Type Integer

FailurePercent

Propiedad Valor
Description Percentage of failures for the plug-in type.
DisplayName Failure Percent
Format None
IsValidForForm True
IsValidForRead True
LogicalName failurepercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

ModifiedBy

Propiedad Valor
Description Unique identifier of the user who last modified the plug-in type statistic.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the plug-in type statistic was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Propiedad Valor
Description Unique identifier of the delegate user who modified the plug-in type statistic.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

Propiedad Valor
Description Unique identifier of the organization with which the plug-in type statistic is associated.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

PluginTypeId

Propiedad Valor
Description Unique identifier of the plug-in type associated with this plug-in type statistic.
DisplayName Plugin Type
IsValidForForm True
IsValidForRead True
LogicalName plugintypeid
RequiredLevel SystemRequired
Targets plugintype
Type Lookup

PluginTypeIdName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName plugintypeidname
MaxLength 100
RequiredLevel None
Type String

PluginTypeStatisticId

Propiedad Valor
Description Unique identifier of the plug-in type statistic.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName plugintypestatisticid
RequiredLevel SystemRequired
Type Uniqueidentifier

TerminateCpuContributionPercent

Propiedad Valor
Description The plug-in type percentage contribution to Worker process termination due to excessive CPU usage.
DisplayName Terminate CPU Contribution Percent
Format None
IsValidForForm True
IsValidForRead True
LogicalName terminatecpucontributionpercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

TerminateHandlesContributionPercent

Propiedad Valor
Description The plug-in type percentage contribution to Worker process termination due to excessive handle usage.
DisplayName Terminate Handles Contribution Percent
Format None
IsValidForForm True
IsValidForRead True
LogicalName terminatehandlescontributionpercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

TerminateMemoryContributionPercent

Propiedad Valor
Description The plug-in type percentage contribution to Worker process termination due to excessive memory usage.
DisplayName Terminate Memory Contribution Percent
Format None
IsValidForForm True
IsValidForRead True
LogicalName terminatememorycontributionpercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

TerminateOtherContributionPercent

Propiedad Valor
Description The plug-in type percentage contribution to Worker process termination due to unknown reasons.
DisplayName Terminate Other Contribution Percent
Format None
IsValidForForm True
IsValidForRead True
LogicalName terminateothercontributionpercent
MaxValue 100
MinValue 0
RequiredLevel SystemRequired
Type Integer

Relaciones de varios a uno

Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.

lk_plugintypestatisticbase_modifiedonbehalfby

Consulte la relación de uno a varios lk_plugintypestatisticbase_modifiedonbehalfby de la tabla systemuser.

createdby_plugintypestatistic

Consulte la relación de uno a varios createdby_plugintypestatistic de la tabla systemuser.

lk_plugintypestatisticbase_createdonbehalfby

Consulte la relación de uno a varios lk_plugintypestatisticbase_createdonbehalfby de la tabla systemuser.

organization_plugintypestatistic

Consulte la relación de uno a varios organization_plugintypestatistic de la tabla organization.

modifiedby_plugintypestatistic

Consulte la relación de uno a varios modifiedby_plugintypestatistic de la tabla systemuser.

plugintype_plugintypestatistic

Consulte la relación de uno a varios plugintype_plugintypestatistic de la tabla plugintype.

Consultar también

Referencia de tabla o entidad de Dataverse Referencia de la API web plugintypestatistic EntityType