Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/ESPModules
ESPFileInterface
Interface ESPFileInterface
Represents an uploaded file in the SDK.
interface
ESPFileInterface
{
description
?:
string
;
downloadUrl
?:
string
;
entityId
?:
string
;
entityType
?:
string
;
fileId
:
string
;
fileMd5
?:
string
;
fileName
?:
string
;
fileType
?:
string
;
metadata
?:
string
|
Record
<
string
,
unknown
>
;
public
?:
boolean
;
s3Key
?:
string
;
timestamp
?:
string
;
userId
?:
string
;
userName
?:
string
;
}
Implemented by
ESPFile
Index
Properties
description?
download
Url?
entity
Id?
entity
Type?
file
Id
file
Md5?
file
Name?
file
Type?
metadata?
public?
s3
Key?
timestamp?
user
Id?
user
Name?
Properties
Optional
description
description
?:
string
Optional
download
Url
downloadUrl
?:
string
Optional
entity
Id
entityId
?:
string
Optional
entity
Type
entityType
?:
string
file
Id
fileId
:
string
Optional
file
Md5
fileMd5
?:
string
Hex MD5 checksum of the file content.
Optional
file
Name
fileName
?:
string
Optional
file
Type
fileType
?:
string
Optional
metadata
metadata
?:
string
|
Record
<
string
,
unknown
>
Optional
public
public
?:
boolean
Optional
s3
Key
s3Key
?:
string
Optional
timestamp
timestamp
?:
string
Optional
user
Id
userId
?:
string
Optional
user
Name
userName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
download
Url
entity
Id
entity
Type
file
Id
file
Md5
file
Name
file
Type
metadata
public
s3
Key
timestamp
user
Id
user
Name
@espressif/rainmaker-base-sdk
Loading...
Represents an uploaded file in the SDK.