TestimoX

API Reference

Class

StagingConfig

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers sealed

Typed settings controlling dataset staging behavior.

Inheritance

  • Object
  • StagingConfig

Constructors

public StagingConfig() #

Properties

public Nullable<Int32> UsersTimeoutSeconds { get; set; } #

Timeout for the Users staging warm-up (seconds).

public Nullable<Int32> ComputersTimeoutSeconds { get; set; } #

Timeout for the Computers staging warm-up (seconds).

public Nullable<Boolean> RetryWithBasicOnZero { get; set; } #

When true, if staging returns 0 rows, retry once using the Basic property set.

public Nullable<Int32> MaxAlternateAttempts { get; set; } #

Maximum number of alternate attempts when staging yields 0 (per domain/type).

public Nullable<Boolean> ShowDcPreflight { get; set; } #

When true, shows a short "DC Health Preflight" staging row before discovery starts.