DeployedServiceReplicaDetail Class

Definition

Represents a replica running in the code package.

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatefulServiceReplicaDetail))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatelessServiceInstanceDetail))]
public abstract class DeployedServiceReplicaDetail
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatefulServiceReplicaDetail))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.DeployedStatelessServiceInstanceDetail))>]
type DeployedServiceReplicaDetail = class
Public MustInherit Class DeployedServiceReplicaDetail
Inheritance
DeployedServiceReplicaDetail
Derived
Attributes

Constructors

DeployedServiceReplicaDetail(ServiceKind)

Instantiates a DeployedServiceReplicaDetail object with specified service kind.

Properties

CurrentServiceOperation

Gets or sets the current API call that is being executed on the replica.

CurrentServiceOperationStartTimeUtc

Gets or sets the start time of the current service operation in UTC format.

PartitionId

Gets or sets the partition id associated with this replica.

ReportedLoad

Gets or sets the load reported by this replica.

ServiceKind

Gets the type of the service

ServiceName

Gets or sets the service name to which this replica belongs.

Applies to