Gets the service to slot ratio for this service instance, which indicates how many slots this service is consuming.

C# |
public ServiceToSlotRatio ServiceToSlotRatio { get; }

The service to slot ratio for this service instance.

The ratio will be either 1:N or N:1, where N is a positive integer. A 1:N ratio means that this service instance is consuming multiple slots. An N:1 ratio means that this service instance is consuming a fraction of a slot.