IndexType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Condensed
| Member name | Value | Description | |
|---|---|---|---|
| ZeroBytes | 0 | The index is zero bytes wide (the CondensedCollection only contains zero or one unique values). | |
| OneBit | 1 | The index is a single bit wide (the CondensedCollection contains up to two unique values). | |
| OneByte | 2 | The index is a single byte wide (the CondensedCollection contains up to 256 unique values). | |
| TwoBytes | 3 | The index is two bytes wide (the CondensedCollection contains up to 65536 unique values). | |
| FourBytes | 4 | The index is four bytes wide (the CondensedCollection contains up to 2,147,483,648 unique values). | |
| NoIndex | 5 | The CondensedCollection reached its cutover threshold and is no longer performing deduplication. |