snowflake.snowpark.Session.file¶
- property Session.file: FileOperation[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/session.py#L4363-L4369)¶
Returns a
FileOperationobject that you can use to perform file operations on stages. See details of how to use this object inFileOperation.