BackingStore indicates what technology is used for storage of the bucket. Currently only JetStream is supported.
()
| 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 |
no outgoing calls