Blob

data class Blob

Blob information

Constructors

Link copied to clipboard
fun Blob(    blobId: String?,     tripId: String,     deviceId: String,     deviceLocation: String,     deviceFirmwareVersion: String)

Properties

Link copied to clipboard
val blobId: String?

Blob identifier

Link copied to clipboard
val deviceFirmwareVersion: String

Firmware version of the device when the blob is gathered

Link copied to clipboard
val deviceId: String

Id of the device used to gather the blob

Link copied to clipboard
val deviceLocation: String

Location of the device when the blob is gathered

Link copied to clipboard
val storage: BlobStorage? = null

A BlobStorage that provides access to the actual blob file

Link copied to clipboard
val tripId: String

Id of the trip where the blob is created