ServiceCorrelationDescription interface
Creates a particular correlation between services.
Properties
| scheme | The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. |
| service |
The name of the service that the correlation relationship is established with. |
Property Details
scheme
The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
scheme: "Invalid" | "Affinity" | "AlignedAffinity" | "NonAlignedAffinity"
Property Value
"Invalid" | "Affinity" | "AlignedAffinity" | "NonAlignedAffinity"
serviceName
The name of the service that the correlation relationship is established with.
serviceName: string
Property Value
string