Interface PreviewUpsertDocumentsResponse

The response for the upsert_documents operation.

UpsertDocumentsResponse

interface PreviewUpsertDocumentsResponse {
    upsertedCount: number;
}

Properties

Properties

upsertedCount: number

The number of documents successfully upserted.

UpsertDocumentsResponse