Blob

class Blob(val localPath: String, val remotePath: String)

Binary large object, which might be stored either on remote storage or downloaded into local storage

Constructors

Link copied to clipboard
constructor(localPath: String, remotePath: String)

Properties

Link copied to clipboard

Local path of binary file

Link copied to clipboard

Path of binary file on remote storage (server)

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String