TestimoX

API Reference

Enum

BenchmarkExchangeValueKind

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

Identifies how a scalar Exchange Management Shell value is normalized for comparison.

Inheritance

  • Enum
  • BenchmarkExchangeValueKind

Usage

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

Values

public const BenchmarkExchangeValueKind String #

A case-insensitive string.

Value: 0
public const BenchmarkExchangeValueKind Boolean #

A Boolean value.

Value: 1
public const BenchmarkExchangeValueKind Number #

An invariant numeric value.

Value: 2
public const BenchmarkExchangeValueKind TimeSpan #

A time interval.

Value: 3
public const BenchmarkExchangeValueKind ByteSize #

A byte quantity such as 25 MB (26,214,400 bytes).

Value: 4