Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
R2MultipartOptions
Interface R2MultipartOptions
interface
R2MultipartOptions
{
customMetadata
?:
Record
<
string
,
string
>
;
httpMetadata
?:
Headers
|
R2HTTPMetadata
;
storageClass
?:
string
;
}
Index
Properties
custom
Metadata?
http
Metadata?
storage
Class?
Properties
Optional
custom
Metadata
custom
Metadata
?:
Record
<
string
,
string
>
Optional
http
Metadata
http
Metadata
?:
Headers
|
R2HTTPMetadata
Optional
storage
Class
storage
Class
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
custom
Metadata
http
Metadata
storage
Class
@cloudflare/workers-types
Loading...