TestimoX

API Reference

Enum

BenchmarkChangeImpact

Namespace TestimoX.Benchmarks
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Describes operational impact that must be shown and governed before a benchmark change.

Inheritance

  • Enum
  • BenchmarkChangeImpact

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const BenchmarkChangeImpact None #

No known disruptive impact.

Value: 0
public const BenchmarkChangeImpact ServiceRestart #

A Windows service or product service restart can be required.

Value: 1
public const BenchmarkChangeImpact ComputerRestart #

A computer restart can be required.

Value: 2
public const BenchmarkChangeImpact DataPlaneInterruption #

The change can interrupt application or data-plane traffic.

Value: 4
public const BenchmarkChangeImpact OrganizationWide #

The change affects an organization-wide configuration scope.

Value: 8
public const BenchmarkChangeImpact ClusterCoordinated #

The change must be coordinated across a cluster or availability group.

Value: 16
public const BenchmarkChangeImpact SecuritySensitive #

The change modifies authentication, authorization, or another security-sensitive boundary.

Value: 32