unified-llm-client
Preparing search index...
PostgresUsageLoggerOptions
Interface PostgresUsageLoggerOptions
Configuration for the Postgres usage logger.
interface
PostgresUsageLoggerOptions
{
batchSize
?:
number
;
connectionString
?:
string
;
flushIntervalMs
?:
number
;
onError
?:
(
error
:
unknown
)
=>
void
;
pool
?:
PostgresSessionStorePool
;
schemaName
?:
string
;
tableName
?:
string
;
}
Index
Properties
batch
Size?
connection
String?
flush
Interval
Ms?
on
Error?
pool?
schema
Name?
table
Name?
Properties
Optional
batch
Size
batchSize
?:
number
Optional
connection
String
connectionString
?:
string
Optional
flush
Interval
Ms
flushIntervalMs
?:
number
Optional
on
Error
onError
?:
(
error
:
unknown
)
=>
void
Optional
pool
pool
?:
PostgresSessionStorePool
Optional
schema
Name
schemaName
?:
string
Optional
table
Name
tableName
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
Size
connection
String
flush
Interval
Ms
on
Error
pool
schema
Name
table
Name
unified-llm-client
Loading...
Configuration for the Postgres usage logger.