Uses of Class
io.lakefs.clients.sdk.model.ObjectCopyCreation
-
Packages that use ObjectCopyCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ObjectCopyCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type ObjectCopyCreation Modifier and Type Method Description ObjectsApi.APIcopyObjectRequestObjectsApi. copyObject(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation)create a copy of an object -
Uses of ObjectCopyCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ObjectCopyCreation Modifier and Type Method Description ObjectCopyCreationObjectCopyCreation. force(Boolean force)static ObjectCopyCreationObjectCopyCreation. fromJson(String jsonString)Create an instance of ObjectCopyCreation given an JSON stringObjectCopyCreationObjectCopyCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ObjectCopyCreationObjectCopyCreation. srcPath(String srcPath)ObjectCopyCreationObjectCopyCreation. srcRef(String srcRef)
-