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: IntDefined 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: IntDefined 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: IntDefined 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: IntDefined 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: IntDefined 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.