Optionalauththe url for making authorization requests
Optionalcachean initial cache value
Generated from calling dumpCache on a previous
instance.
Optionalmaxthe maximum size of the cache in terms of total string length
By the JavaScript specification there are two bytes per character, but the total memory usage of the cache will also be larger than just the size of the data stored.
Optionalmaxhow many times to retry updating the root hash after a generation conflict
High-level mutators re-fetch the latest root and re-apply their change on a
GenerationError up to this many times. Because
the document id and uploaded blobs are stable across attempts, retries
reuse the cache and don't orphan blobs. Set to 0 to surface the error
immediately, matching the previous behavior.
Optionalmaxhow many times to retry a request after a transient network or 5xx error
Applies to every request; generation conflicts are not counted here.
Optionalrawthe url for making requests using the low-level api
Optionaluploadthe base url for making upload requests
options for a remarkable instance