@cpod/sdk - v0.2.7
Preparing search index...
ChunkCountResponse
Interface ChunkCountResponse
Chunk count statistics response
interface
ChunkCountResponse
{
source_counts
:
Record
<
string
,
number
>
;
source_chunks_counts
:
Record
<
string
,
number
>
;
total_chunks
?:
number
;
total_documents
?:
number
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
source_
counts
source_
chunks_
counts
total_
chunks?
total_
documents?
Properties
source_
counts
source_counts
:
Record
<
string
,
number
>
source_
chunks_
counts
source_chunks_counts
:
Record
<
string
,
number
>
Optional
total_
chunks
total_chunks
?:
number
Optional
total_
documents
total_documents
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source_
counts
source_
chunks_
counts
total_
chunks
total_
documents
@cpod/sdk - v0.2.7
Loading...
Chunk count statistics response