Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
ESPFileFetchParams
Interface ESPFileFetchParams
Internal fetch params for GET /user/file.
interface
ESPFileFetchParams
{
entityId
?:
string
;
entityType
?:
string
;
fileId
?:
string
;
fileName
?:
string
;
fileType
?:
string
;
resultCount
?:
number
;
startId
?:
string
;
userName
?:
string
;
}
Hierarchy (
View Summary
)
ESPFileListParams
ESPFileFetchParams
Index
Properties
entity
Id?
entity
Type?
file
Id?
file
Name?
file
Type?
result
Count?
start
Id?
user
Name?
Properties
Optional
entity
Id
entityId
?:
string
Optional
entity
Type
entityType
?:
string
Optional
file
Id
fileId
?:
string
Optional
file
Name
fileName
?:
string
Optional
file
Type
fileType
?:
string
Optional
result
Count
resultCount
?:
number
Optional
start
Id
startId
?:
string
Optional
user
Name
userName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entity
Id
entity
Type
file
Id
file
Name
file
Type
result
Count
start
Id
user
Name
@espressif/rainmaker-base-sdk
Loading...
Internal fetch params for GET /user/file.