Back to Pocketbase

Interface BatchConfig

static/jsvm/interfaces/core.BatchConfig.html

latest1.3 KB
Original Source

Interface BatchConfig

Hierarchy

  • BatchConfig

Index

Methods

validate

Properties

enabledmaxBodySizemaxRequeststimeout

Methods

validate

  • validate(): void

Validate makes BatchConfig validatable by implementing [validation.Validatable] interface.

Returns void

Properties

enabled

enabled: boolean

maxBodySize

maxBodySize: number

MaxBodySize is the maximum allowed batch request body size in bytes.

If not set, fallbacks to max ~128MB.

maxRequests

maxRequests: number

MaxRequests is the maximum allowed batch request to execute.

timeout

timeout: number

Timeout is the max duration in seconds to wait before cancelling the batch transaction.

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc