Gets the date when the item has been uploaded to the piweb server.
Gets the type of the entity this item is attached to.
Gets the key of this item.
Gets the date when the item has been modified on the piweb server.
Gets the mime type.
Gets the filename.
Gets the size of the data in bytes.
Returns the data associated to the RawDataItem. The data is returned as a [[Buffer]].
Returns the data associated to the RawDataItem. The data is returned as a [[HostBuffer]], which can be converted to a [[Buffer]] using the makeBuffer
function.
Generated using TypeDoc
Describes the information about a single raw data entry on the server. When fetching the raw data items, only these information are fetched from the server, not the data itself.