@
SILdoc(`
Retrieve bookmarks.
Retrieve the list of bookmarks for the given file system. The props
parameter is an nvlist of property names (with no values) that will be
returned for each bookmark.
The following are valid properties on bookmarks, all of which are numbers
(represented as uint64 in the nvlist)
"guid" - globally unique identifier of the snapshot it refers to
"createtxg" - txg when the snapshot it refers to was created
"creation" - timestamp when the snapshot it refers to was created
The format of the returned nvlist as follows:
<short name of bookmark> . {
<name of property> . {
"value" . uint64
}
}
`)