Methods
- Activities
- Alarms
- Audit
- Buckets
- Clearance
- Commands
- COP-1
- Database
- Events
- File Transfer
- IAM
- Indexes
- Instances
- Links
- MDB Override
- MDB
- Packets
- Parameter Archive
- Parameter Lists
- Parameter Values
- Processing
- Queues
- Replication
- RocksDB
- SDLS
- Server
- Services
- Sessions
- Stream Archive
- Table
- Time Correlation
- Time
- Timeline
Yamcs Release Notes
Yamcs Server Manual
Source Code Documentation
BucketsΒΆ
Methods related to object storage.
Buckets represent a simple mechanism for storing user objects (binary data chunks such as images, monitoring lists, displays...) together with some metadata.
The metadata is represented by simple (key,value) pairs where both key and value are strings.
The following limitations are implemented in order to prevent disk over consumption and keep the service responsive:
The maximum size of an upload including data and metadata is 5MB.
The maximum number of objects in one bucket is 1000.
The maximum size of an bucket 100MB (counted as the sum of the size of the objects within the bucket).
The maximum size of the metadata is 16KB (counted as the sum of the length of the keys and values).