Skip to main content

Enum UpdateStatisticsTaskScanType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum UpdateStatisticsTaskScanType

Fields

FieldsDescription
FullScanSpecifies that all values must be examined to produce the statistics.
SampleByPercentSpecifies that a provided percentage or fraction of values must be examined to product the statistics.
SampleByRowsSpecifies that a provided count of values must be examined to product the statistics.