Package com.surrealdb

Class FileRef

java.lang.Object
com.surrealdb.Native
com.surrealdb.FileRef

public class FileRef extends Native
Reference to a file stored in a SurrealDB bucket. Obtained from Value.getFile() when Value.isFile() is true. Valid only for the lifetime of the Value it was obtained from; do not retain a reference after that Value is no longer in use.