Share via


StatefulServiceDescription Class

Definition

Represents the extend ServiceDescription to provide additional information necessary to create stateful services.

public sealed class StatefulServiceDescription : System.Fabric.Description.ServiceDescription
type StatefulServiceDescription = class
    inherit ServiceDescription
Public NotInheritable Class StatefulServiceDescription
Inherits ServiceDescription
Inheritance
StatefulServiceDescription

Remarks

Constructors

StatefulServiceDescription()

Properties

ApplicationName (Inherited from ServiceDescription)
AuxiliaryReplicaCount
Correlations (Inherited from ServiceDescription)
DefaultMoveCost (Inherited from ServiceDescription)
DropSourceReplicaOnMove
HasPersistedState
InitializationData (Inherited from ServiceDescription)
IsDefaultMoveCostSpecified (Inherited from ServiceDescription)
Kind (Inherited from ServiceDescription)
Metrics (Inherited from ServiceDescription)
MinReplicaSetSize
PartitionSchemeDescription (Inherited from ServiceDescription)
PlacementConstraints (Inherited from ServiceDescription)
PlacementPolicies (Inherited from ServiceDescription)
QuorumLossWaitDuration
ReplicaLifecycleDescription
ReplicaRestartWaitDuration
ScalingPolicies (Inherited from ServiceDescription)
ServiceDnsName (Inherited from ServiceDescription)
ServiceName (Inherited from ServiceDescription)
ServicePackageActivationMode (Inherited from ServiceDescription)
ServicePlacementTimeLimit
ServiceTags (Inherited from ServiceDescription)
ServiceTypeName (Inherited from ServiceDescription)
StandByReplicaKeepDuration
TargetReplicaSetSize

Applies to