Type Alias UpsertRecordsOptions<T>

UpsertRecordsOptions: { namespace?: string; records: IntegratedRecord<T>[] }

Options for upserting integrated records into a namespace.

Type Parameters

Type declaration

  • Optionalnamespace?: string

    The namespace to upsert into. If not specified, uses the namespace configured on the Index.

  • records: IntegratedRecord<T>[]

    The integrated records to upsert