DeployedStatelessServiceInstanceDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the information about a stateless instance running in a code package.
public sealed class DeployedStatelessServiceInstanceDetail : System.Fabric.Query.DeployedServiceReplicaDetail
type DeployedStatelessServiceInstanceDetail = class
inherit DeployedServiceReplicaDetail
Public NotInheritable Class DeployedStatelessServiceInstanceDetail
Inherits DeployedServiceReplicaDetail
- Inheritance
Constructors
DeployedStatelessServiceInstanceDetail() |
Initializes a new instance of the DeployedStatelessServiceInstanceDetail class. |
Properties
CurrentServiceOperation |
Gets or sets the current API call that is being executed on the replica. (Inherited from DeployedServiceReplicaDetail) |
CurrentServiceOperationStartTimeUtc |
Gets or sets the start time of the current service operation in UTC format. (Inherited from DeployedServiceReplicaDetail) |
DeployedServiceReplicaInstance |
Gets additonal details about deployed service instance like host process id, code package name. |
InstanceId |
Gets or sets the instance identifier of this instance. |
PartitionId |
Gets or sets the partition id associated with this replica. (Inherited from DeployedServiceReplicaDetail) |
ReportedLoad |
Gets or sets the load reported by this replica. (Inherited from DeployedServiceReplicaDetail) |
ServiceKind |
Gets the type of the service (Inherited from DeployedServiceReplicaDetail) |
ServiceName |
Gets or sets the service name to which this replica belongs. (Inherited from DeployedServiceReplicaDetail) |