TransEncodingConfig

final case class TransEncodingConfig(maxBufferSize: Int, allowBufferCaching: Boolean, compressFloatingPointValues: Boolean) extends TransEncodingConfig
Value parameters:
compressFloatingPointValues

set to false in order to always write floats as 32-bit values and doubles as 64-bit values, even if they could safely be represented with fewer bits

maxBufferSize

the max number of transcoding elements (not bytes!) that can be buffered

Companion:
object
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product