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

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.