toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.incremental
/
HashKey
Hash
Key
data
class
HashKey
(
val
contextId
:
<Error class: unknown class>
,
val
contentHash
:
String
)
Composite key for content-hash deduplication within a ContextId.
Members
Constructors
Hash
Key
Link copied to clipboard
constructor
(
contextId
:
<Error class: unknown class>
,
contentHash
:
String
)
Properties
content
Hash
Link copied to clipboard
val
contentHash
:
String
context
Id
Link copied to clipboard
val
contextId
:
<Error class: unknown class>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String