DataCompressionType Enumeration
Specifies the DataCompressionType enumeration contains values that are used to specify the type of data compression used to store data on the physical partition.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| ColumnStore | The column store compression. | |
| ColumnStoreArchive | The column store archive compression. | |
| None | There is no data compression specified. | |
| Page | Data is compressed at the page level. | |
| Row | Data is compressed at the row level. |
The DataCompressionType enumeration class is served by the PhysicalPartition class.
Show: