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