![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingEncryptImageKVStorage.h>
Properties | |
NSString * | key |
key More... | |
NSData * | value |
value More... | |
NSString * | filename |
filename (nil if inline) More... | |
int | size |
value's size in bytes More... | |
int | modTime |
modification unix timestamp More... | |
int | accessTime |
last access unix timestamp More... | |
NSData * | extendedData |
extended data (nil if no extended data) More... | |
ThingEncryptKVStorageItem is used by ThingEncryptImageKVStorage
to store key-value pair and meta data. Thingpically, you should not use this class directly.
Definition at line 17 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicassign |
last access unix timestamp
Definition at line 23 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicstrong |
extended data (nil if no extended data)
Definition at line 24 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicstrong |
filename (nil if inline)
Definition at line 20 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicstrong |
key
Definition at line 18 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicassign |
modification unix timestamp
Definition at line 22 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicassign |
value's size in bytes
Definition at line 21 of file ThingEncryptImageKVStorage.h.
|
readwritenonatomicstrong |
value
Definition at line 19 of file ThingEncryptImageKVStorage.h.