Uses of Class
io.lakefs.clients.sdk.model.ObjectStatsList
-
Packages that use ObjectStatsList Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ObjectStatsList in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ObjectStatsList Modifier and Type Method Description ObjectStatsListObjectsApi.APIlistObjectsRequest. execute()Execute listObjects requestMethods in io.lakefs.clients.sdk that return types with arguments of type ObjectStatsList Modifier and Type Method Description ApiResponse<ObjectStatsList>ObjectsApi.APIlistObjectsRequest. executeWithHttpInfo()Execute listObjects request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type ObjectStatsList Modifier and Type Method Description okhttp3.CallObjectsApi.APIlistObjectsRequest. executeAsync(ApiCallback<ObjectStatsList> _callback)Execute listObjects request (asynchronously) -
Uses of ObjectStatsList in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ObjectStatsList Modifier and Type Method Description ObjectStatsListObjectStatsList. addResultsItem(ObjectStats resultsItem)static ObjectStatsListObjectStatsList. fromJson(String jsonString)Create an instance of ObjectStatsList given an JSON stringObjectStatsListObjectStatsList. pagination(Pagination pagination)ObjectStatsListObjectStatsList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ObjectStatsListObjectStatsList. results(List<ObjectStats> results)
-