public class PutResult extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryption()
Retrieves the encryption status
|
String |
getMessage()
Retrieves the message
|
String |
getSourceCompression()
Retrieves the source file compression status
|
String |
getSourceFileName()
Retrieves the source file name
|
long |
getSourceSizeBytes()
Retrieves the source file size in bytes
|
String |
getStatus()
Retrieves the status
|
String |
getTargetCompression()
Retrieves the target file compression status
|
String |
getTargetFileName()
Retrieves the target file name
|
long |
getTargetSizeBytes()
Retrieves the target file size in bytes
|
public String getSourceFileName()
public String getTargetFileName()
public long getSourceSizeBytes()
public long getTargetSizeBytes()
public String getSourceCompression()
public String getTargetCompression()
public String getStatus()
public String getEncryption()
public String getMessage()
© 2023 Snowflake Inc. All Rights Reserved