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

Method Size

jetstream/object.go:340–340  ·  view source on GitHub ↗

Size is the combined size of all data in the bucket including metadata, in bytes.

()

Source from the content-addressed store, hash-verified

338 // Size is the combined size of all data in the bucket including
339 // metadata, in bytes.
340 Size() uint64
341
342 // BackingStore indicates what technology is used for storage of the
343 // bucket. Currently only JetStream is supported.

Callers 4

TestObjectBasicsFunction · 0.65
decrementPendingMsgsMethod · 0.65
fetchMethod · 0.65
TestObjectBasicsFunction · 0.65

Implementers 2

ObjectBucketStatusjetstream/object.go

Calls

no outgoing calls

Tested by 2

TestObjectBasicsFunction · 0.52
TestObjectBasicsFunction · 0.52