Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
artifacts
ArtifactBucketObjectBody
Interface ArtifactBucketObjectBody
Structural subset of an R2ObjectBody (get's return).
interface
ArtifactBucketObjectBody
{
customMetadata
?:
Record
<
string
,
string
>
;
httpMetadata
?:
{
contentType
?:
string
}
;
key
:
string
;
size
:
number
;
uploaded
:
Date
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
text
()
:
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
ArtifactBucketObject
ArtifactBucketObjectBody
Index
Properties
custom
Metadata?
http
Metadata?
key
size
uploaded
Methods
array
Buffer
text
Properties
Optional
Readonly
custom
Metadata
customMetadata
?:
Record
<
string
,
string
>
Optional
Readonly
http
Metadata
httpMetadata
?:
{
contentType
?:
string
}
Readonly
key
key
:
string
Readonly
size
size
:
number
Readonly
uploaded
uploaded
:
Date
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Metadata
http
Metadata
key
size
uploaded
Methods
array
Buffer
text
Documentation
GitHub
Anchorage API reference
Loading...
Structural subset of an R2ObjectBody (get's return).