kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
SnapshotDescription
Snapshot
Description
@
Serializable
data
class
SnapshotDescription
(
val
name
:
String
,
val
creationTime
:
String
?
=
null
,
val
size
:
Long
,
val
checksum
:
String
?
=
null
)
Metadata for one snapshot, returned by the create and list operations.
Members
Constructors
Snapshot
Description
Link copied to clipboard
constructor
(
name
:
String
,
creationTime
:
String
?
=
null
,
size
:
Long
,
checksum
:
String
?
=
null
)
Properties
checksum
Link copied to clipboard
@
SerialName
(
value
=
"checksum"
)
val
checksum
:
String
?
creation
Time
Link copied to clipboard
@
SerialName
(
value
=
"creation_time"
)
val
creationTime
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
size
Link copied to clipboard
@
SerialName
(
value
=
"size"
)
val
size
:
Long