View full article

ServiceComposition Enum

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll

The different compositions a service can have.

Syntax

public enum ServiceComposition

Fields

Name Description
Cluster

The service can contain one or more members, working as a cluser.

None

The default value. It does not have the EnumMember attribute since this value should not be serialized.

Single

The service can only have one single member.

Extension Methods

ApiFilter.FilterFor<ServiceComposition>(Nullable<ApiVersion>)