PG→Mongo Ingest CLI - v1.0.0
Preparing search index...
services/upsertChat
ChatUpsertInput
Interface ChatUpsertInput
interface
ChatUpsertInput
{
tenantId
:
string
;
chatId
:
string
;
last_ts_seconds
:
null
|
number
;
last_message_id
:
null
|
string
;
batch_imported_count
:
number
;
first_ts_iso_in_batch
:
null
|
string
;
last_ts_iso_in_batch
:
null
|
string
;
top_sender_contact_ids_in_batch
:
string
[]
;
}
Index
Properties
tenant
Id
chat
Id
last_
ts_
seconds
last_
message_
id
batch_
imported_
count
first_
ts_
iso_
in_
batch
last_
ts_
iso_
in_
batch
top_
sender_
contact_
ids_
in_
batch
Properties
tenant
Id
tenantId
:
string
chat
Id
chatId
:
string
last_
ts_
seconds
last_ts_seconds
:
null
|
number
last_
message_
id
last_message_id
:
null
|
string
batch_
imported_
count
batch_imported_count
:
number
first_
ts_
iso_
in_
batch
first_ts_iso_in_batch
:
null
|
string
last_
ts_
iso_
in_
batch
last_ts_iso_in_batch
:
null
|
string
top_
sender_
contact_
ids_
in_
batch
top_sender_contact_ids_in_batch
:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tenant
Id
chat
Id
last_
ts_
seconds
last_
message_
id
batch_
imported_
count
first_
ts_
iso_
in_
batch
last_
ts_
iso_
in_
batch
top_
sender_
contact_
ids_
in_
batch
PG→Mongo Ingest CLI - v1.0.0
Loading...