FileRef
The FileRef class represents a reference to a file stored in SurrealDB. A file reference consists of a storage bucket name and a unique file key within that bucket.
Source: surrealdb.java
Methods
.getBucket()
Returns the name of the storage bucket containing the file.
Returns: String
.getKey()
Returns the unique key identifying the file within its bucket.
Returns: String
Example
See Also
Value types — Type mapping overview
Value — The Value class reference
SurrealQL files — File storage in SurrealDB