DeployedStatefulServiceReplicaDetail 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 stateful replica running in a code package.
public sealed class DeployedStatefulServiceReplicaDetail : System.Fabric.Query.DeployedServiceReplicaDetail
type DeployedStatefulServiceReplicaDetail = class
inherit DeployedServiceReplicaDetail
Public NotInheritable Class DeployedStatefulServiceReplicaDetail
Inherits DeployedServiceReplicaDetail
- Inheritance
Constructors
DeployedStatefulServiceReplicaDetail() |
Initializes a new instance of the DeployedStatefulServiceReplicaDetail class. |
Properties
CurrentReplicatorOperation |
Gets the current APIs running on the replicator. |
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) |
DeployedServiceReplica |
Gets additonal details about the deployed service replica like replica role, host processId, information about reconfiguration. |
PartitionId |
Gets or sets the partition id associated with this replica. (Inherited from DeployedServiceReplicaDetail) |
ReadStatus |
Gets the current read status for this replica. |
ReplicaId |
Gets the replica ID of this replica. |
ReplicaStatus |
Gets a value indicating the status of the current replica. |
ReplicatorStatus |
Gets the information about the replicator if the replica is using the Service Fabric Replicator |
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) |
WriteStatus |
Gets the current write status of the replica. |
Applies to
Azure SDK for .NET