Size is the combined size of all data in the bucket including metadata, in bytes.
()
| 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. |
no outgoing calls