Types
@system-inc/base-foundation · 515c140 · 6 symbols
CfContainerHandleCfDurableObjectHandleCfDurableObjectInputKeyValueListResultObjectStoreBucketStorageValueSupportedTypes
Members
binding:stringcontainer:DurableObjectStub<Container<ContainerEnv>>rpc:RpcClient<RpcInterface>
Members
binding:stringrpc:RpcClient<RpcInterface>stub:DurableObjectStub<T>
The input for creating a durable object. It can be either an id or a name, but not both.
When id is specified this is assumed to be the actual 64 character id of the durable object, and will be converted to a DurableObjectId using the namespace's idFromString method.
When name is specified, the namespace's idFromName method will be used to generate the DurableObjectId.
A bucket configuration. Public buckets require a domain map; private buckets must not have one.