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

Enum TableCompressionType

Namespace:
Varigence.Languages.Biml.Table
Assembly:
Biml.dll
C#
    public enum TableCompressionType
    
  

Fields

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.

None

Specifies that the table or index will not be compressed.

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.

Row

Specifies that the table or index will be compressed so that rows can be individually added or removed.

© Varigence