Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-vectorsearch
v1
ColumnInfo
Interface ColumnInfo
interface
ColumnInfo
{
name
?:
string
;
typeText
?:
string
;
}
Index
Properties
name?
type
Text?
Properties
Optional
name
name
?:
string
Name of the column.
Optional
type
Text
typeText
?:
string
Data type of the column (e.g., "string", "int", "array
")
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
Text
Databricks SDK for JavaScript
Loading...
Name of the column.