Uses of Class
io.lakefs.clients.api.model.ObjectStageCreation
-
Packages that use ObjectStageCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ObjectStageCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type ObjectStageCreation Modifier and Type Method Description ObjectStatsObjectsApi. stageObject(String repository, String branch, String path, ObjectStageCreation objectStageCreation)stage an object's metadata for the given branchokhttp3.CallObjectsApi. stageObjectAsync(String repository, String branch, String path, ObjectStageCreation objectStageCreation, ApiCallback<ObjectStats> _callback)stage an object's metadata for the given branch (asynchronously)okhttp3.CallObjectsApi. stageObjectCall(String repository, String branch, String path, ObjectStageCreation objectStageCreation, ApiCallback _callback)Build call for stageObjectApiResponse<ObjectStats>ObjectsApi. stageObjectWithHttpInfo(String repository, String branch, String path, ObjectStageCreation objectStageCreation)stage an object's metadata for the given branch -
Uses of ObjectStageCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectStageCreation Modifier and Type Method Description ObjectStageCreationObjectStageCreation. checksum(String checksum)ObjectStageCreationObjectStageCreation. contentType(String contentType)ObjectStageCreationObjectStageCreation. metadata(Map<String,String> metadata)ObjectStageCreationObjectStageCreation. mtime(Long mtime)ObjectStageCreationObjectStageCreation. physicalAddress(String physicalAddress)ObjectStageCreationObjectStageCreation. putMetadataItem(String key, String metadataItem)ObjectStageCreationObjectStageCreation. sizeBytes(Long sizeBytes)
-