Hashes

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.Hashes
case class Hashes(crc32Hash: Option[String], sha1Hash: Option[String], quickXorHash: Option[String])

A data class defining several hash values for files. An instance of this class is part of a OneDrive item that is a file.

Value parameters

crc32Hash

CRC32 checksum as hex string

quickXorHash

quick XOR hash as Base64-encoded string

sha1Hash

SHA1 hash as hex string

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product