Enum UpdateStatisticsTaskScanType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum UpdateStatisticsTaskScanType
- Inheritance
-
Fields
Name | Description |
---|---|
FullScan | Specifies that all values must be examined to produce the statistics. |
SampleByPercent | Specifies that a provided percentage or fraction of values must be examined to product the statistics. |
SampleByRows | Specifies that a provided count of values must be examined to product the statistics. |