Skip to content

DataFile

Any file that does not fit directly into the package object model is stored as a DataFile.

In practice this includes source files under src/, package bootstrap files such as init.q, arbitrary configuration files, and other resources that live inside the package directory.

Key Value
type object
relationship Package -> DataFile
object path $.data_files.*
package file path {package-root}/src/*, {package-root}/init.q, or other package files

Fields

Field Type Required Description Constraints Default
data string no - format: "binary" ""
mode FileMode no - - "binary"

Used In

Back to top