JavaScript SDK API Reference / Records / GetRecordOptions
Interface: GetRecordOptions
Defined in: record/getRecord.ts:22
Options controlling content decoding for getRecord.
Example
const options: GetRecordOptions = { deserialize: true };
Properties
deserialize?
optionaldeserialize?:boolean
Defined in: record/getRecord.ts:24
Whether to deserialize the returned record content.