Class ValidateCollectionArgs
Represents arguments for the Validate collection command helper method.
public class ValidateCollectionArgs
  - Inheritance
 - 
      
      ValidateCollectionArgs
 
- Inherited Members
 
- Extension Methods
 
Properties
Full
Gets or sets a value indicating whether to do a more thorough scan of the data.
public bool? Full { get; set; }
  Property Value
- bool?
 
MaxTime
Gets or sets the max time.
public TimeSpan? MaxTime { get; set; }
  Property Value
ScanData
Gets or sets a value indicating whether to scan the data.
public bool? ScanData { get; set; }
  Property Value
- bool?