Liking cljdoc? Tell your friends :D

nats.object-store


configureclj

(configure conn object-store-options)

Re-configure the ObjectStore management instance. Returns a new conn with the new configuration, does not change the original conn.

object-store-options is a map of:

  • :nats.object-store/stream-options - JetStream configuration, see nats.stream/configure for details.
  • :nats.object-store/domain
  • :nats.object-store/prefix
  • :nats.object-store/request-timeout
Re-configure the ObjectStore management instance. Returns a new `conn` with the
new configuration, does not change the original `conn`.

`object-store-options` is a map of:

- `:nats.object-store/stream-options` - JetStream configuration, see
  `nats.stream/configure` for details.
- `:nats.object-store/domain`
- `:nats.object-store/prefix`
- `:nats.object-store/request-timeout`
sourceraw docstring

create-bucketclj

(create-bucket conn config)
source

delete-bucketclj

(delete-bucket conn bucket-name)

Delete a key/value bucket

Delete a key/value bucket
sourceraw docstring

get-bucket-statusclj

(get-bucket-status conn bucket-name)
source

get-bucket-statusesclj

(get-bucket-statuses conn)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close