Arguments for the MyScaleStore class, which include the host, port, protocol, username, password, index type, index parameters, column map, database, table, and metric.

Hierarchy

  • MyScaleLibArgs

Properties

host: string
password: string
port: string | number
username: string
columnMap?: ColumnMap
database?: string
indexParam?: Record<string, string>
indexType?: string
metric?: metric
protocol?: string
table?: string

Generated using TypeDoc