v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/google-common
experimental/utils/media_core
BackedBlobStoreOptions
Interface BackedBlobStoreOptions
interface
BackedBlobStoreOptions
{
backingStore
:
BaseStore
<
string
,
MediaBlob
>
;
defaultFetchOptions
?:
BlobStoreFetchOptions
;
defaultStoreOptions
?:
BlobStoreStoreOptions
;
}
Hierarchy (
view full
)
BlobStoreOptions
BackedBlobStoreOptions
Index
Properties
backing
Store
default
Fetch
Options?
default
Store
Options?
Properties
backing
Store
backing
Store
:
BaseStore
<
string
,
MediaBlob
>
Optional
default
Fetch
Options
default
Fetch
Options
?:
BlobStoreFetchOptions
Optional
default
Store
Options
default
Store
Options
?:
BlobStoreStoreOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backing
Store
default
Fetch
Options
default
Store
Options
LangChain.js
Loading...