Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.