new _storageStatus(oldestSequenceNumber, newestSequenceNumber, totalBytes)
Parameters:
Name | Type | Default | Description |
---|---|---|---|
oldestSequenceNumber |
Number | null | The sequence number of the first message which is still accessible in the stream. |
newestSequenceNumber |
Number | null | The sequence number of the last appended message. |
totalBytes |
Number | null | The current total size of the stream in bytes. |
- Source: