LowCodeSaveOptions class

LowCodeSaveOptions class

Options for saving generated results in low code way.

The LowCodeSaveOptions type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of LowCodeSaveOptions

Properties

PropertyDescription
output_fileGets and sets the file(with path if needed) for saving the generated data.
When setting this property with value other than null or empty string, LowCodeSaveOptions.output_stream will be ignored.
output_streamGets and sets the Stream for writing the generated data to.
When setting this property with value other than null, LowCodeSaveOptions.output_file will be ignored.
save_formatGets and sets the save format for the output.
Generally, for specific process in low code way, only some specific formats are allowed.
Please specify the correct format for corresponding process, otherwise unexpected result
or even exception may be caused.

See Also