Skip to content

ImmutablePutOptions

Defined in: astrobase/src/immutable/repository.ts:43

Additional options for putImmutable.

optional hashAlg: number

Defined in: astrobase/src/immutable/repository.ts:45

The hashing algorithm to use.


instance: Instance

Defined in: astrobase/src/content/api.ts:82

The instance to use for this request.

PutOptions.instance


optional validate: boolean

Defined in: astrobase/src/content/api.ts:89

Whether to validate the content and identifier using registered schemes.

true

PutOptions.validate