public class GetResult extends Object
NOTE: fileName is the relative path to the file on the stage. For example, if you
download `@myStage/prefix1/file1.csv.gz`, fileName is `prefix1/file1.csv.gz`.
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryption()
Retrieves the encryption status
|
String |
getFileName()
Retrieves the file name
|
String |
getMessage()
Retrieves the message
|
long |
getSizeBytes()
Retrieves the file size in bytes
|
String |
getStatus()
Retrieves the file status
|
public String getFileName()
public long getSizeBytes()
public String getStatus()
public String getEncryption()
public String getMessage()
© 2022 Snowflake Inc. All Rights Reserved