StoreTableInCloud
Specifies whether the Databricks server creates and stores new tables in external cloud storage instead of the Databricks File System (DBFS).
データ型
bool
デフォルト値
false
解説
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.