Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
R2MultipartUpload
Interface R2MultipartUpload
interface
R2MultipartUpload
{
key
:
string
;
uploadId
:
string
;
abort
(
)
:
Promise
<
void
>
;
complete
(
uploadedParts
)
:
Promise
<
R2Object
>
;
uploadPart
(
partNumber
,
value
)
:
Promise
<
R2UploadedPart
>
;
}
Index
Properties
key
upload
Id
Methods
abort
complete
upload
Part
Properties
Readonly
key
key
:
string
Readonly
upload
Id
upload
Id
:
string
Methods
abort
abort
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
complete
complete
(
uploadedParts
)
:
Promise
<
R2Object
>
Parameters
uploadedParts
:
R2UploadedPart
[]
Returns
Promise
<
R2Object
>
upload
Part
upload
Part
(
partNumber
,
value
)
:
Promise
<
R2UploadedPart
>
Parameters
partNumber
:
number
value
:
string
|
ArrayBuffer
|
ArrayBufferView
|
Blob
|
ReadableStream
<
any
>
Returns
Promise
<
R2UploadedPart
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
key
upload
Id
abort
complete
upload
Part
@cloudflare/workers-types
Loading...