output_file property

output_file property

Gets 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.

Definition:

@property
def output_file(self):
    ...
@output_file.setter
def output_file(self, value):
    ...

See Also