ResolvedServiceEndpoint

Endpoint of a resolved service partition.

Properties

Name Type Required
Kind string (enum) No
Address string No

Kind

Type: string (enum)
Required: No

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.

Address

Type: string
Required: No

The address of the endpoint. If the endpoint has multiple listeners the address is a JSON object with one property per listener with the value as the address of that listener.