Tuya iOS Smart Life App SDK 5.15.0
ThingEncryptKVStorageItem Class Reference

#import <ThingEncryptImageKVStorage.h>

Inheritance diagram for ThingEncryptKVStorageItem:

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...
 

Detailed Description

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.

Property Documentation

◆ accessTime

- (int) accessTime
readwritenonatomicassign

last access unix timestamp

Definition at line 23 of file ThingEncryptImageKVStorage.h.

◆ extendedData

- (NSData *) extendedData
readwritenonatomicstrong

extended data (nil if no extended data)

Definition at line 24 of file ThingEncryptImageKVStorage.h.

◆ filename

- (NSString *) filename
readwritenonatomicstrong

filename (nil if inline)

Definition at line 20 of file ThingEncryptImageKVStorage.h.

◆ key

- (NSString *) key
readwritenonatomicstrong

key

Definition at line 18 of file ThingEncryptImageKVStorage.h.

◆ modTime

- (int) modTime
readwritenonatomicassign

modification unix timestamp

Definition at line 22 of file ThingEncryptImageKVStorage.h.

◆ size

- (int) size
readwritenonatomicassign

value's size in bytes

Definition at line 21 of file ThingEncryptImageKVStorage.h.

◆ value

- (NSData *) value
readwritenonatomicstrong

value

Definition at line 19 of file ThingEncryptImageKVStorage.h.


The documentation for this class was generated from the following files: