The name of the application, including the 'fabric:' URI scheme.
The correlation scheme.
The move cost for the service. Possible values include: 'Zero', 'Low', 'Medium', 'High'
Flags indicating whether other properties are set. Each of the associated properties corresponds to a flag, specified below, which, if set, indicate that the property is specified. This property can be a combination of those flags obtained using bitwise 'OR' operator. For example, if the provided value is 6 then the flags for QuorumLossWaitDuration (2) and StandByReplicaKeepDuration(4) are set.
2.
A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
The initialization data as an array of bytes. Initialization data is passed to service instances or replicas when they are created.
Indicates if the DefaultMoveCost property is specified.
The minimum replica set size as a number.
The partition description as an object.
The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
The maximum duration, in seconds, for which a partition is allowed to be in a state of quorum loss.
The duration, in seconds, between when a replica goes down and when a new replica is created.
Scaling policies for this service.
The DNS name of the service. It requires the DNS system service to be enabled in Service Fabric cluster.
Polymorphic Discriminator
The service load metrics.
The full name of the service with 'fabric:' URI scheme.
The activation mode of service package to be used for a service. Possible values include: 'SharedProcess', 'ExclusiveProcess'
The service placement policies.
Name of the service type as specified in the service manifest.
The definition on how long StandBy replicas should be maintained before being removed.
The target replica set size as a number.
Generated using TypeDoc
Describes a stateful service.