ColumnValueDistributionProfileRequestValueDistributionOption Enumeration
The ColumnValueDistributionProfileRequestValueDistributionOption enumeration provides options to specify whether the profile task should compute and report the distribution of all values or just those that occur frequently.
Enumeration Values
Name | Summary |
---|---|
AllValues | Specifies that all values should be profiled and reported. |
FrequentValues | Specifies that only values that reach a seperately provided frequency threshold should be profiled and reported. |