Updated on 2023-12-13 GMT+08:00

AOS.BatchItem

Property Description

Table 1 Property description

Property

Mandatory

Type

Description

values

No

dict

Variable defined in the batch template. Ensure that each key in the internal structure complies with the following requirement: "^[a-zA-Z_][a-zA-Z0-9_]*$".

properties

Yes

string

Attribute template of the Batch element. The template format is jinja. Based on the basic template, you can reconstruct a template to the YAML format (character strings) and define variables as required (that is, using the {{}} format). The built-in variables include {{item}}, {{limit}}, and {{offset}}.

element

Yes

string

Basic object of the Batch element

Value Constraint: The value must be true and complete and match the item relationship.