Skip to main content

AiUpdateDataSourceOperation

@lowcode/shared-types


Interface: AiUpdateDataSourceOperation

Defined in: ai.ts:570

Операция: изменение параметров существующего DataSource.

Extends

Properties

dataSourceId

dataSourceId: string

Defined in: ai.ts:574

Идентификатор изменяемого DataSource.


kind

kind: "updateDataSource"

Defined in: ai.ts:571

Тип операции.

Overrides

AiBaseOperation.kind


patch

patch: Partial<DataSource>

Defined in: ai.ts:577

Патч для конфигурации DataSource.