FileCreateSource constructor

init

Initializes a new instance of the FileCreateSource class.

def __init__(self, file_path):
    ...
ParameterTypeDescription
file_pathstrThe file path to create.

init

Initializes a new instance of the FileCreateSource class.

def __init__(self, file_path, is_temporal):
    ...
ParameterTypeDescription
file_pathstrThe file path to create.
is_temporalboolIf set to true the created file will be temporal.

See Also