Delen via


CodePackageEntryPointStatistics

Statistieken over de installatie of het belangrijkste toegangspunt van een codepakket dat is geïmplementeerd op een Service Fabric-knooppunt.

Eigenschappen

Naam Type Vereist
LastExitCode tekenreeks No
LastActivationTime tekenreeks (datum-tijd) Nee
LastExitTime tekenreeks (datum-tijd) Nee
LastSuccessfulActivationTime tekenreeks (datum-tijd) Nee
LastSuccessfulExitTime tekenreeks (datum-tijd) Nee
ActivationCount tekenreeks No
ActivationFailureCount tekenreeks No
ContinuousActivationFailureCount tekenreeks No
ExitCount tekenreeks No
ExitFailureCount tekenreeks No
ContinuousExitFailureCount tekenreeks No

LastExitCode

Type: tekenreeks
Vereist: Nee

De laatste afsluitcode van het toegangspunt.


LastActivationTime

Type: tekenreeks (datum-tijd)
Vereist: Nee

De laatste keer (in UTC) toen Service Fabric probeerde het toegangspunt uit te voeren.


LastExitTime

Type: tekenreeks (datum-tijd)
Vereist: Nee

De laatste keer (in UTC) waarop het beginpunt is uitgevoerd.


LastSuccessfulActivationTime

Type: tekenreeks (datum-tijd)
Vereist: Nee

De laatste keer (in UTC) waarop het toegangspunt is uitgevoerd.


LastSuccessfulExitTime

Type: tekenreeks (datum-tijd)
Vereist: Nee

De laatste keer (in UTC) waarop het toegangspunt correct is uitgevoerd.


ActivationCount

Type: tekenreeks
Vereist: Nee

Het aantal keren dat het toegangspunt is uitgevoerd.


ActivationFailureCount

Type: tekenreeks
Vereist: Nee

Het aantal keren dat het toegangspunt niet kan worden uitgevoerd.


ContinuousActivationFailureCount

Type: tekenreeks
Vereist: Nee

Het aantal keren dat het toegangspunt continu niet kan worden uitgevoerd.


ExitCount

Type: tekenreeks
Vereist: Nee

Het aantal keren dat het invoerpunt is uitgevoerd.


ExitFailureCount

Type: tekenreeks
Vereist: Nee

Het aantal keren dat het toegangspunt niet correct kon worden afgesloten.


ContinuousExitFailureCount

Type: tekenreeks
Vereist: Nee

Het aantal keren dat het toegangspunt continu niet correct kon worden afgesloten.