Github Repo
Pinecone Docs
Preparing search index...
The search index is not available
Pinecone TypeScript SDK - v7.0.0
Pinecone TypeScript SDK
FetchByMetadataResponse
Type Alias FetchByMetadataResponse<T>
FetchByMetadataResponse
:
{
namespace
:
string
;
pagination
?:
Pagination
;
records
:
{
[
key
:
string
]:
PineconeRecord
<
T
>
}
;
usage
?:
OperationUsage
;
}
The response from
Index.fetchByMetadata
Type Parameters
T
extends
RecordMetadata
=
RecordMetadata
The metadata shape for each record:
RecordMetadata
.
Type declaration
namespace
:
string
Optional
pagination
?:
Pagination
records
:
{
[
key
:
string
]:
PineconeRecord
<
T
>
}
Optional
usage
?:
OperationUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v7.0.0
Loading...
The response from Index.fetchByMetadata