inputConfigs property

List<InputConfig>? inputConfigs
getter/setter pair

Input configurations.

The total number of files matched should be <= 100. The total content size should be <= 100M Unicode codepoints. The files must use UTF-8 encoding.

Required.

Implementation

core.List<InputConfig>? inputConfigs;