Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
api
cellular
containers
ethernet
firmware
log
network
print
service-discovery
storage
trace
wifi
assets
base
containers
external
firmware
services
storage
trace
tls
uart
uuid
writer
zlib
Interface StorageService
Interface summary
Constructors
Statics
Methods
Fields
SELECTOR
->
any
BUCKET-OPEN-INDEX
->
int
BUCKET-GET-INDEX
->
int
BUCKET-SET-INDEX
->
int
BUCKET-REMOVE-INDEX
->
int
REGION-OPEN-INDEX
->
int
REGION-DELETE-INDEX
->
int
REGION-LIST-INDEX
->
int
Statics
BUCKET-GET-INDEX
->
int
BUCKET-OPEN-INDEX
->
int
BUCKET-REMOVE-INDEX
->
int
BUCKET-SET-INDEX
->
int
REGION-DELETE-INDEX
->
int
REGION-LIST-INDEX
->
int
REGION-OPEN-INDEX
->
int
SELECTOR
->
any
Methods
bucket-get
bucket/
int
key/
string
->
ByteArray
bucket-open
--scheme/
string
--path/
string
->
int
bucket-remove
bucket/
int
key/
string
->
none
bucket-set
bucket/
int
key/
string
value/
ByteArray
->
none
region-delete
--scheme/
string
--path/
string
->
none
region-list
--scheme/
string
->
List
region-open
--scheme/
string
--path/
string
--capacity/
int
--writable/
bool
->
List