SongGuess
Preparing search index...
server/worker-configuration
R2MultipartUpload
Interface R2MultipartUpload
interface
R2MultipartUpload
{
key
:
string
;
uploadId
:
string
;
abort
()
:
Promise
<
void
>
;
complete
(
uploadedParts
:
R2UploadedPart
[]
)
:
Promise
<
R2Object
>
;
uploadPart
(
partNumber
:
number
,
value
:
|
string
|
ReadableStream
<
any
>
|
ArrayBuffer
|
Blob
|
ArrayBufferView
<
ArrayBufferLike
>
,
options
?:
R2UploadPartOptions
,
)
:
Promise
<
R2UploadedPart
>
;
}
Index
Properties
key
upload
Id
Methods
abort
complete
upload
Part
Properties
Readonly
key
key
:
string
Readonly
upload
Id
uploadId
:
string
Methods
abort
abort
()
:
Promise
<
void
>
Returns
Promise
<
void
>
complete
complete
(
uploadedParts
:
R2UploadedPart
[]
)
:
Promise
<
R2Object
>
Parameters
uploadedParts
:
R2UploadedPart
[]
Returns
Promise
<
R2Object
>
upload
Part
uploadPart
(
partNumber
:
number
,
value
:
|
string
|
ReadableStream
<
any
>
|
ArrayBuffer
|
Blob
|
ArrayBufferView
<
ArrayBufferLike
>
,
options
?:
R2UploadPartOptions
,
)
:
Promise
<
R2UploadedPart
>
Parameters
partNumber
:
number
value
:
|
string
|
ReadableStream
<
any
>
|
ArrayBuffer
|
Blob
|
ArrayBufferView
<
ArrayBufferLike
>
Optional
options
:
R2UploadPartOptions
Returns
Promise
<
R2UploadedPart
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
upload
Id
Methods
abort
complete
upload
Part
SongGuess
Loading...