create_file_stream method

create_file_stream

Creates a new file stream.

Returns

The file stream container.

def create_file_stream(self, file_location, is_temporal):
    ...
ParameterTypeDescription
file_locationstrThe file location.
is_temporalboolIf set to true the file stream container is temporal.

See Also