Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
artifacts
ArtifactBucketObject
Interface ArtifactBucketObject
Structural subset of an R2Object (list results, put's return).
interface
ArtifactBucketObject
{
customMetadata
?:
Record
<
string
,
string
>
;
httpMetadata
?:
{
contentType
?:
string
}
;
key
:
string
;
size
:
number
;
uploaded
:
Date
;
}
Hierarchy (
View Summary
)
ArtifactBucketObject
ArtifactBucketObjectBody
Index
Properties
custom
Metadata?
http
Metadata?
key
size
uploaded
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
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Metadata
http
Metadata
key
size
uploaded
Documentation
GitHub
Anchorage API reference
Loading...
Structural subset of an R2Object (list results, put's return).