A record is a single set of data that follows a that is stored on the . They're similar to rows in a traditional relational database.
When interfacing the SDK, will return records and will alter them.
Records have several methods available for accessing their data in commonly utilized formats.
record.data.text()
returns the data as a plain text string.
record.data.json()
returns the data as a JSON object.
record.data.stream()
returns the data as a stream. This is useful for handling large files.
A record can have a maximum of 1 GB of data stored on it.