Hyperfoil

array

Stores data in an array stored as session variable.

Inline definition
Use format toVar[maxSize].
Property Type Description
format enum Format into which should this processor convert the buffers before storing. Default is STRING.
Options:
  • BYTEBUF: Store the buffer directly. Beware that this may cause memory leaks!
  • BYTES: Store data as byte array.
  • STRING: Interprets the bytes as UTF-8 string.
maxSize int Maximum size of the array.
silent boolean Do not log warnings when the maximum size is exceeded.
toVar String Variable name.
Close

Search results for "":