Cloesce - v0.0.5-unstable.27
Preparing search index...
ui/backend
R2ObjectBody
Interface R2ObjectBody
interface
R2ObjectBody
{
checksums
:
R2Checksums
;
customMetadata
?:
Record
<
string
,
string
>
;
etag
:
string
;
httpEtag
:
string
;
httpMetadata
?:
R2HTTPMetadata
;
key
:
string
;
range
?:
R2Range
;
size
:
number
;
ssecKeyMd5
?:
string
;
storageClass
:
string
;
uploaded
:
Date
;
version
:
string
;
get
body
()
:
ReadableStream
;
get
bodyUsed
()
:
boolean
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
blob
()
:
Promise
<
Blob
>
;
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
json
<
T
>
()
:
Promise
<
T
>
;
text
()
:
Promise
<
string
>
;
writeHttpMetadata
(
headers
:
Headers
)
:
void
;
}
Hierarchy
R2Object
R2ObjectBody
Index
Properties
checksums
custom
Metadata?
etag
http
Etag
http
Metadata?
key
range?
size
ssec
Key
Md5?
storage
Class
uploaded
version
Accessors
body
body
Used
Methods
array
Buffer
blob
bytes
json
text
write
Http
Metadata
Properties
Readonly
checksums
checksums
:
R2Checksums
Optional
Readonly
custom
Metadata
customMetadata
?:
Record
<
string
,
string
>
Readonly
etag
etag
:
string
Readonly
http
Etag
httpEtag
:
string
Optional
Readonly
http
Metadata
httpMetadata
?:
R2HTTPMetadata
Readonly
key
key
:
string
Optional
Readonly
range
range
?:
R2Range
Readonly
size
size
:
number
Optional
Readonly
ssec
Key
Md5
ssecKeyMd5
?:
string
Readonly
storage
Class
storageClass
:
string
Readonly
uploaded
uploaded
:
Date
Readonly
version
version
:
string
Accessors
body
get
body
()
:
ReadableStream
Returns
ReadableStream
body
Used
get
bodyUsed
()
:
boolean
Returns
boolean
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
()
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
bytes
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
json
json
<
T
>
()
:
Promise
<
T
>
Type Parameters
T
Returns
Promise
<
T
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
write
Http
Metadata
writeHttpMetadata
(
headers
:
Headers
)
:
void
Parameters
headers
:
Headers
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checksums
custom
Metadata
etag
http
Etag
http
Metadata
key
range
size
ssec
Key
Md5
storage
Class
uploaded
version
Accessors
body
body
Used
Methods
array
Buffer
blob
bytes
json
text
write
Http
Metadata
Cloesce - v0.0.5-unstable.27
Loading...