VerifyChecksum

data class VerifyChecksum(verifyChecksums: Boolean) : Options.Reads

If true, all data read from underlying storage will be verified against corresponding checksums.

(Default: false)

Constructors

VerifyChecksum
Link copied to clipboard
common
fun VerifyChecksum(verifyChecksums: Boolean)

Properties

verifyChecksums
Link copied to clipboard
common
val verifyChecksums: Boolean