Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
c

FormLimits

class FormLimits(maxPathDepth: Int = ..., maxSegmentLength: Int = ..., maxValuesPerField: Int = ..., maxRowsPerGroup: Int = ..., maxErrors: Int = ...)

Defined by scalive.FormLimits. View source (scalive/api/src/scalive/forms/FormDefinition.scala:11-21)

Resource bounds applied while projecting untrusted payloads into semantic form values.

Values5

maxErrors

val maxErrors: Int

Defined by scalive.FormLimits.maxErrors. View source (scalive/api/src/scalive/forms/FormDefinition.scala:16-16)

Maximum number of projection and validation errors retained for one event.

maxPathDepth

val maxPathDepth: Int

Defined by scalive.FormLimits.maxPathDepth. View source (scalive/api/src/scalive/forms/FormDefinition.scala:12-12)

Maximum accepted nesting depth for one submitted form path.

maxRowsPerGroup

val maxRowsPerGroup: Int

Defined by scalive.FormLimits.maxRowsPerGroup. View source (scalive/api/src/scalive/forms/FormDefinition.scala:15-15)

Maximum number of repeated rows retained in one group.

maxSegmentLength

val maxSegmentLength: Int

Defined by scalive.FormLimits.maxSegmentLength. View source (scalive/api/src/scalive/forms/FormDefinition.scala:13-13)

Maximum accepted character length for one form-path segment.

maxValuesPerField

val maxValuesPerField: Int

Defined by scalive.FormLimits.maxValuesPerField. View source (scalive/api/src/scalive/forms/FormDefinition.scala:14-14)

Maximum number of raw values retained for one declared field.