React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/storage
SettableMetadata
Interface SettableMetadata
Object metadata that can be set at any time.
interface
SettableMetadata
{
cacheControl
?:
string
;
contentDisposition
?:
string
;
contentEncoding
?:
string
;
contentLanguage
?:
string
;
contentType
?:
string
;
customMetadata
?:
{
[
key
:
string
]:
string
}
;
}
Hierarchy (
View Summary
)
SettableMetadata
UploadMetadata
Index
Properties
cache
Control?
content
Disposition?
content
Encoding?
content
Language?
content
Type?
custom
Metadata?
Properties
Optional
cache
Control
cacheControl
?:
string
Optional
content
Disposition
contentDisposition
?:
string
Optional
content
Encoding
contentEncoding
?:
string
Optional
content
Language
contentLanguage
?:
string
Optional
content
Type
contentType
?:
string
Optional
custom
Metadata
customMetadata
?:
{
[
key
:
string
]:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache
Control
content
Disposition
content
Encoding
content
Language
content
Type
custom
Metadata
Documentation
GitHub
npm
React Native Firebase
Loading...
Object metadata that can be set at any time.