Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatefulServiceTypeDescription

Package version

Describes a stateful service type defined in the service manifest of a provisioned application type.

Hierarchy

  • StatefulServiceTypeDescription

Index

Properties

Optional extensions

List of service type extensions.

Optional hasPersistedState

hasPersistedState: undefined | false | true

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.

Optional isStateful

isStateful: undefined | false | true

Indicates whether the service type is a stateful service type or a stateless service type. This property is true if the service type is a stateful service type, false otherwise.

kind

kind: "Stateful"

Polymorphic Discriminator

Optional loadMetrics

The service load metrics is given as an array of ServiceLoadMetricDescription objects.

Optional placementConstraints

placementConstraints: undefined | string

The placement constraint to be used when instantiating this service in a Service Fabric cluster.

Optional servicePlacementPolicies

servicePlacementPolicies: ServicePlacementPolicyDescriptionUnion[]

List of service placement policy descriptions.

Optional serviceTypeName

serviceTypeName: undefined | string

Name of the service type as specified in the service manifest.

Generated using TypeDoc