data

@get:JvmName(name = "getData")
@set:JvmName(name = "setData")
var data: DataContainer
Container holding the raw compressed data, and a fingerprint of the data in compressed form. This is unmodified raw
bytes, aside from being compressed by the algorithm specified by `compression`.

.elide.data.DataContainer data = 4;