Stateful Service Properties Args
The properties of a stateful service resource.
Constructors
Properties
A list that describes the correlation of the service with other services.
Specifies the move cost for the service.
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 minimum replica set size as a number.
Describes how the service is partitioned.
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 for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
Scaling policies for this service.
Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
The kind of service (Stateless or Stateful). Expected value is 'Stateful'.
The service load metrics is given as an array of ServiceLoadMetric objects.
The activation Mode of the service package
A list that describes the correlation of the service with other services.
The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
The name of the service type
The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
The target replica set size as a number.