Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 3.8 KB

data_definition.md

File metadata and controls

12 lines (10 loc) · 3.8 KB

DATA DEFINITION

Below is a table containing all the details for the property group: Data Definition

Property Name Description Default Value Run CdkDeploy When Changed
sleeper.table.name A unique name identifying this table. false
sleeper.table.id A unique ID identifying this table, generated by Sleeper on table creation. false
sleeper.table.online A boolean flag representing whether this table is online or offline.
An offline table will not have any partition splitting or compaction jobs run automatically.
Note that taking a table offline will not stop any partitions that are being split or compaction jobs that are running. Additionally, you are still able to ingest data to offline tables and perform queries against them.
true false
sleeper.table.schema The schema representing the structure of this table. false
sleeper.table.iterator.class.name Fully qualified class of a custom iterator to use when iterating over the values in this table. Defaults to nothing. false
sleeper.table.iterator.config Iterator configuration. An iterator will be initialised with the following configuration. false