StoreTableInCloud
Specifies whether the Databricks server creates and stores new tables in external cloud storage instead of the Databricks File System (DBFS).
Data Type
bool
Default Value
false
Remarks
When this property is set to true, the Databricks server stores created tables in an external cloud storage location based on the value of CloudStorageType. In this case, CloudStorageType cannot be set to DBFS.
When this property is set to false, new tables are stored in the default Databricks File System.
This property is useful for directing table storage to managed cloud environments such as AWS S3 or Azure Blob Storage for scalability, durability, or data governance purposes.