prepareRawTable

abstract fun prepareRawTable(rawTableName: TableName, suffix: String, replace: Boolean = false)

Prepare the raw table, including any associated blob storage. Similar to createFinalTable, accepts a suffix parameter, which should be used in conjunction with overwriteRawTable.

Parameters

replace

If true, then replace existing resources with empty e.g. tables. If false, then leave existing resources untouched.