tiny.content.Limits
Defined in tiny.content.
Holds the three numbers a caller fills in to describe how large a store it wants before any storage is sized: the object count, the bytes allowed for one object, and the total content bytes.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/content/src/model.zig:122
zig
/// Holds the three numbers a caller fills in to describe how large a store it/// wants before any storage is sized: the object count, the bytes allowed for/// one object, and the total content bytes.pub const Limits = struct { objects: u32, object_bytes: u32, total_bytes: u64,};Source: lib/content/src/root.zig:31
zig
pub const Limits = model.Limits;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |