Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedStatelessServiceInstanceDetailInfo

Package version

Information about a stateless instance running in a code package. Note that DeployedServiceReplicaQueryResult will contain duplicate data like ServiceKind, ServiceName, PartitionId and InstanceId.

Hierarchy

  • DeployedStatelessServiceInstanceDetailInfo

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 deployedServiceReplicaQueryResult

deployedServiceReplicaQueryResult: DeployedStatelessServiceInstanceInfo

Information about a stateless service instance deployed on a node.

Optional instanceId

instanceId: undefined | string

Id of a stateless service instance. InstanceId is used by Service Fabric to uniquely identify an instance of a partition of a stateless service. It is unique within a partition and does not change for the lifetime of the instance. If the instance has failed over on the same or different node, it will get a different value for the InstanceId.

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: "Stateless"

Polymorphic Discriminator

Optional serviceName

serviceName: undefined | string

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

Generated using TypeDoc