Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedServiceReplicaDetailInfo

Package version

Information about a Service Fabric service replica deployed on a node.

Hierarchy

  • DeployedServiceReplicaDetailInfo

Index

Properties

Optional currentServiceOperation

currentServiceOperation: ServiceOperationName

Specifies the current active life-cycle operation on a stateful service replica or stateless service instance. Possible values include: 'Unknown', 'None', 'Open', 'ChangeRole', 'Close', 'Abort'

Optional currentServiceOperationStartTimeUtc

currentServiceOperationStartTimeUtc: Date

The start time of the current service operation in UTC format.

Optional partitionId

partitionId: undefined | string

An internal ID used by Service Fabric to uniquely identify a partition. This is a randomly generated GUID when the service was created. The partition ID is unique and does not change for the lifetime of the service. If the same service was deleted and recreated the IDs of its partitions would be different.

Optional reportedLoad

reportedLoad: LoadMetricReportInfo[]

List of load reported by replica.

serviceKind

serviceKind: "DeployedServiceReplicaDetailInfo"

Polymorphic Discriminator

Optional serviceName

serviceName: undefined | string

Full hierarchical name of the service in URI format starting with fabric:.

Generated using TypeDoc