Uses of Class
io.lakefs.clients.sdk.model.UnderlyingObjectProperties
-
Packages that use UnderlyingObjectProperties Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of UnderlyingObjectProperties in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return UnderlyingObjectProperties Modifier and Type Method Description UnderlyingObjectPropertiesObjectsApi.APIgetUnderlyingPropertiesRequest. execute()Execute getUnderlyingProperties requestMethods in io.lakefs.clients.sdk that return types with arguments of type UnderlyingObjectProperties Modifier and Type Method Description ApiResponse<UnderlyingObjectProperties>ObjectsApi.APIgetUnderlyingPropertiesRequest. executeWithHttpInfo()Execute getUnderlyingProperties request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type UnderlyingObjectProperties Modifier and Type Method Description okhttp3.CallObjectsApi.APIgetUnderlyingPropertiesRequest. executeAsync(ApiCallback<UnderlyingObjectProperties> _callback)Execute getUnderlyingProperties request (asynchronously) -
Uses of UnderlyingObjectProperties in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return UnderlyingObjectProperties Modifier and Type Method Description static UnderlyingObjectPropertiesUnderlyingObjectProperties. fromJson(String jsonString)Create an instance of UnderlyingObjectProperties given an JSON stringUnderlyingObjectPropertiesUnderlyingObjectProperties. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.UnderlyingObjectPropertiesUnderlyingObjectProperties. storageClass(String storageClass)
-