mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-09-07 18:03:47 +00:00
20 lines
380 B
Markdown
20 lines
380 B
Markdown
---
|
|
name: history-sink-capacity
|
|
group: api
|
|
category: sink
|
|
update-time: 20260811
|
|
description: Read the normalized retention capacity of a HistorySink.
|
|
key-word:
|
|
- sink
|
|
- history
|
|
- capacity
|
|
---
|
|
|
|
## History-sink-capacity
|
|
|
|
```moonbit
|
|
pub fn HistorySink::capacity(self : HistorySink) -> Int
|
|
```
|
|
|
|
Returns the positive retention limit selected when the sink was constructed.
|