StandardCutoverPredicates Class |
[This is preliminary documentation and is subject to change.]
Namespace: Condensed
The StandardCutoverPredicates type exposes the following members.
| Name | Description | |
|---|---|---|
| BytePredicate |
Cutover predicate to use with single-byte data types.
| |
| DecimalPredicate |
Cutover predicate to use with 16-byte data types.
| |
| GetDefaultCutoverPredicate |
Convenience method that returns a cutover predicate for the specified type.
| |
| IntPredicate |
Cutover predicate to use with four-byte data types.
| |
| LongPredicate |
Cutover predicate to use with eight-byte data types.
| |
| NeverCutover |
Cutover predicate to use when the CondensedCollectionT should never stop performing deduplication.
| |
| ShortPredicate |
Cutover predicate to use with two-byte data types.
| |
| StringPredicate |
Default cutover predicate to use with strings.
|