Skip to main content

@wildix/wim-cache-client > BatchWriteIntegrationDataInput

BatchWriteIntegrationDataInput interface

Signature:

export interface BatchWriteIntegrationDataInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

(Optional) Company identifier should be provided only for S2S authorization

deleteItems?

(IntegrationDataKey)[] | undefined

(Optional) Record keys to delete (optional). At least one of putItems or deleteItems must be present and non-empty.

integrationId

string

Integration identifier

putItems?

(IntegrationDataItemWithId)[] | undefined

(Optional) Records to upsert (optional). At least one of putItems or deleteItems must be present and non-empty.