write_crypto_file

Plugin

ArgDescriptionType
filenamePath to the file to writeOSPath (required)
queryquery to write into the file.StoredQuery (required)
max_waitHow often to flush the file (default 60 sec).uint64
max_rowsHow many rows to buffer before writing (default 1000).uint64
max_sizeWhen the file grows to this size, truncate it (default 1Gb).uint64

Required Permissions: FILESYSTEM_WRITE

Description

Write a query into an encrypted local storage file.