ServiceEndpointRole enum

type: string

The role of the replica where the endpoint is reported.

Possible values are:

  • Invalid - Indicates the service endpoint role is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
  • Stateless - Indicates that the service endpoint is of a stateless service. The value is 1.
  • StatefulPrimary - Indicates that the service endpoint is of a primary replica of a stateful service. The value is 2.
  • StatefulSecondary - Indicates that the service endpoint is of a secondary replica of a stateful service. The value is 3.