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