Interface: TransactionLimits
For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.
server.TransactionLimits
Custom limits for a nested transaction. Each field specifies the absolute maximum allowed for the nested function call. Values are capped at the global transaction limits, so they can only lower limits, never raise them.
Properties
bytesRead
• Optional bytesRead: number
Defined in
bytesWritten
• Optional bytesWritten: number
Defined in
databaseQueries
• Optional databaseQueries: number
Defined in
documentsRead
• Optional documentsRead: number
Defined in
documentsWritten
• Optional documentsWritten: number
Defined in
functionsScheduled
• Optional functionsScheduled: number
Defined in
scheduledFunctionArgsBytes
• Optional scheduledFunctionArgsBytes: number