max_memory | The maximum storage allowed across all memory-based assets. | integer | - |
max_file | The maximum storage allowed across all file-based assets. | integer | - |
max_streams | The maximum number of streams allowed. | integer | - |
max_consumers | The maximum number of consumers allowed. | integer | - |
max_bytes_required | If true, requires all streams to have an explicit max bytes defined for both file and memory-based streams. | boolean | - |
memory_max_stream_bytes | Maximum bytes any given memory-based stream is allowed to be allocated. | integer | - |
disk_max_stream_bytes | Maximum bytes any given file-based stream is allowed to be allocated. | integer | - |
max_ack_pending | The maximum ack pending count allowed to be set on any given consumer. | integer | - |