Skip to main content

Enum TableCompressionType

Namespace: Varigence.Languages.Biml.Table

Assembly: Biml.dll

C#


public enum TableCompressionType

Fields

FieldsDescription
ColumnStoreSpecifies that the table or index will use column store compression.
ColumnStoreArchiveSpecifies that the table or index will use column store archival compression.
NoneSpecifies that the table or index will not be compressed.
PageSpecifies 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.
RowSpecifies that the table or index will be compressed so that rows can be individually added or removed.