Optionalauththe url for making authorization requests
Optionalcachean initial cache value
Generated from calling dumpCache on a previous
instance.
Optionalmaxthe largest stored file to keep the contents of, in bytes
Anything larger is fetched normally but only its existence is recorded, so
one big pdf can't evict everything else. Set to 0 to cache nothing but
existence, or Infinity to keep whatever is read.
Optionalmaxthe maximum size of the cache, in bytes of cached content plus key length
The total memory usage of the cache will be somewhat larger than this, since it counts only the stored data.
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