snowflake.snowpark.GetResult¶ class snowflake.snowpark.GetResult(file: str, size: str, status: str, message: str)[source]¶ Bases: tuple Represents the results of downloading a file from a stage location to the local file system. Methods See moreShow lessExpand Attributes file The downloaded file path. message The detailed message about the download status. size The size in bytes of the downloaded file. status Indicates whether the download is successful. See moreShow lessExpand