API Reference
Class
StagingConfig
Typed settings controlling dataset staging behavior.
Inheritance
- Object
- StagingConfig
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EngineConfig.Staging
Constructors
public StagingConfig() #Inherited Methods
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.