Uses of Class
io.lakefs.clients.api.model.UnderlyingObjectProperties
-
Packages that use UnderlyingObjectProperties Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of UnderlyingObjectProperties in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return UnderlyingObjectProperties Modifier and Type Method Description UnderlyingObjectPropertiesObjectsApi. getUnderlyingProperties(String repository, String ref, String path)get object properties on underlying storageMethods in io.lakefs.clients.api that return types with arguments of type UnderlyingObjectProperties Modifier and Type Method Description ApiResponse<UnderlyingObjectProperties>ObjectsApi. getUnderlyingPropertiesWithHttpInfo(String repository, String ref, String path)get object properties on underlying storageMethod parameters in io.lakefs.clients.api with type arguments of type UnderlyingObjectProperties Modifier and Type Method Description okhttp3.CallObjectsApi. getUnderlyingPropertiesAsync(String repository, String ref, String path, ApiCallback<UnderlyingObjectProperties> _callback)get object properties on underlying storage (asynchronously) -
Uses of UnderlyingObjectProperties in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return UnderlyingObjectProperties Modifier and Type Method Description UnderlyingObjectPropertiesUnderlyingObjectProperties. storageClass(String storageClass)
-