FsPickler


HashResult

Namespace: MBrace.FsPickler.Hashing
Attributes:
[<StructuralEquality>]
[<StructuralComparison>]
[<AutoSerializable(true)>]

Hashed object result info

Record Fields

Record FieldDescription
Algorithm
Signature: string

Hashing algorithm identifier

Hash
Signature: byte []

Hash data

Length
Signature: int64

Size of serialized object

Type
Signature: string

Type of hashed object

Fork me on GitHub