DefaultColumnSize Parameter (Connect-Databricks Cmdlet)
Specifies the default length, in characters, of string fields when the provider cannot determine a size from metadata.
Syntax
Connect-Databricks -DefaultColumnSize string
Data Type
cstr
Default Value
"1048576"
Remarks
Sets the default length of a string field for a provider. If not set by the provider, the value will be 2000.
The DefaultColumnSize property defines the length assigned to string-type columns when the cmdlet cannot obtain this information from Databricks metadata.
When this property is not set, the default value of 1048576 is used.
This property is useful when working with systems or queries that do not return explicit string length information, ensuring consistent column definitions across environments.