Uses of Class
io.lakefs.clients.sdk.model.ObjectStageCreation
-
Packages that use ObjectStageCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ObjectStageCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type ObjectStageCreation Modifier and Type Method Description InternalApi.APIstageObjectRequestInternalApi. stageObject(String repository, String branch, String path, ObjectStageCreation objectStageCreation)Deprecated. -
Uses of ObjectStageCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ObjectStageCreation Modifier and Type Method Description ObjectStageCreationObjectStageCreation. checksum(String checksum)ObjectStageCreationObjectStageCreation. contentType(String contentType)static ObjectStageCreationObjectStageCreation. fromJson(String jsonString)Create an instance of ObjectStageCreation given an JSON stringObjectStageCreationObjectStageCreation. metadata(Map<String,String> metadata)ObjectStageCreationObjectStageCreation. mtime(Long mtime)ObjectStageCreationObjectStageCreation. physicalAddress(String physicalAddress)ObjectStageCreationObjectStageCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ObjectStageCreationObjectStageCreation. putMetadataItem(String key, String metadataItem)ObjectStageCreationObjectStageCreation. sizeBytes(Long sizeBytes)
-