MCPcopy
hub / github.com/nats-io/nats.go / BackingStore

Method BackingStore

jetstream/kv.go:323–323  ·  view source on GitHub ↗

BackingStore indicates what technology is used for storage of the bucket. Currently only JetStream is supported.

()

Source from the content-addressed store, hash-verified

321 // BackingStore indicates what technology is used for storage of the bucket.
322 // Currently only JetStream is supported.
323 BackingStore() string
324
325 // Bytes returns the size of the bucket in bytes.
326 Bytes() uint64

Callers 4

TestKeyValueBasicsFunction · 0.65
TestDefaultObjectStatusFunction · 0.65
TestKeyValueBasicsFunction · 0.65
TestDefaultObjectStatusFunction · 0.65

Implementers 1

KeyValueBucketStatusjetstream/kv.go

Calls

no outgoing calls

Tested by 4

TestKeyValueBasicsFunction · 0.52
TestDefaultObjectStatusFunction · 0.52
TestKeyValueBasicsFunction · 0.52
TestDefaultObjectStatusFunction · 0.52