@wildix/wim-cache-client > BatchWriteIntegrationDataInput
BatchWriteIntegrationDataInput interface
Signature:
export interface BatchWriteIntegrationDataInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) Company identifier should be provided only for S2S authorization | ||
(IntegrationDataKey)[] | undefined | (Optional) Record keys to delete (optional). At least one of putItems or deleteItems must be present and non-empty. | ||
string | Integration identifier | ||
(IntegrationDataItemWithId)[] | undefined | (Optional) Records to upsert (optional). At least one of putItems or deleteItems must be present and non-empty. |