ResolvedServicePartition

Information about a service partition and its associated endpoints.

Properties

Name Type Required
Name string Yes
PartitionInformation PartitionInformation Yes
Endpoints array of ResolvedServiceEndpoint Yes
Version string Yes

Name

Type: string
Required: Yes

The full name of the service with 'fabric:' URI scheme.


PartitionInformation

Type: PartitionInformation
Required: Yes

A representation of the resolved partition.


Endpoints

Type: array of ResolvedServiceEndpoint
Required: Yes

List of resolved service endpoints of a service partition.


Version

Type: string
Required: Yes

The version of this resolved service partition result. This version should be passed in the next time the ResolveService call is made via the PreviousRspVersion query parameter.