Uses of Class
com.snowflake.snowpark_java.PutResult
-
Packages that use PutResult Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of PutResult in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return PutResult Modifier and Type Method Description PutResult[]
FileOperation. put(String localFileName, String stageLocation)
Uploads the local files specified bylocalFileName
to the stage location specified instageLocation
.PutResult[]
FileOperation. put(String localFileName, String stageLocation, Map<String,String> options)
Uploads the local files specified bylocalFileName
to the stage location specified instageLocation
.
-