OperatingSystemVersionOperatorType

  • This document defines an enum for specifying operating system version comparison types.

  • The possible comparison types are unspecified, unknown, equals to, and greater than or equals to.

  • Each enum value has a brief description explaining its meaning or usage.

The type of operating system version.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

EQUALS_TO

Equals to the specified version.

GREATER_THAN_EQUALS_TO

Greater than or equals to the specified version.