Uses of Class
io.lakefs.clients.sdk.model.ImportCreation
-
Packages that use ImportCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ImportCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type ImportCreation Modifier and Type Method Description ImportApi.APIimportStartRequestImportApi. importStart(String repository, String branch, ImportCreation importCreation)import data from object store -
Uses of ImportCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ImportCreation Modifier and Type Method Description ImportCreationImportCreation. addPathsItem(ImportLocation pathsItem)ImportCreationImportCreation. commit(CommitCreation commit)ImportCreationImportCreation. force(Boolean force)static ImportCreationImportCreation. fromJson(String jsonString)Create an instance of ImportCreation given an JSON stringImportCreationImportCreation. paths(List<ImportLocation> paths)ImportCreationImportCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-