Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1021 Bytes

Blob.md

File metadata and controls

22 lines (14 loc) · 1021 Bytes

Blob

This is a blob (binary large object) that the devices might upload to the service. This is messages that are typically too large to handle like regular status and sensor values, typically media files. The content type might be derived from the first few bytes of the blob and could possibly be incorrect. Download the blob by accessing the blob URL field. This will work like a regular HTTP request for your client. Authentication is required as always.

Properties

Name Type Description Notes
blobId String [optional]
blobPath String [optional]
contentType String [optional]
size String [optional]
created String [optional]
collectionId String [optional]
deviceId String [optional]
gatewayId String [optional]
properties Map<String, String> [optional]