The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

TableCompressionType Enumeration

The TableCompressionType enumeration provides options for what type of compression is used on the specified table.

Enumeration Values

NameSummary
None
Specifies that the table or index will not be compressed.
Row
Specifies that the table or index will be compressed so that rows can be individually added or removed.
Page
Specifies that the table or index will be compressed so that entire storage pages must be compressed as a unit. A page will consist of many rows.
ColumnStore
Specifies that the table or index will use column store compression.
ColumnStoreArchive
Specifies that the table or index will use column store archival compression.

© Varigence