Uses of Class
io.lakefs.clients.api.model.ObjectStatsList
-
Packages that use ObjectStatsList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ObjectStatsList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ObjectStatsList Modifier and Type Method Description ObjectStatsListObjectsApi. listObjects(String repository, String ref, Boolean userMetadata, Boolean presign, String after, Integer amount, String delimiter, String prefix)list objects under a given prefixMethods in io.lakefs.clients.api that return types with arguments of type ObjectStatsList Modifier and Type Method Description ApiResponse<ObjectStatsList>ObjectsApi. listObjectsWithHttpInfo(String repository, String ref, Boolean userMetadata, Boolean presign, String after, Integer amount, String delimiter, String prefix)list objects under a given prefixMethod parameters in io.lakefs.clients.api with type arguments of type ObjectStatsList Modifier and Type Method Description okhttp3.CallObjectsApi. listObjectsAsync(String repository, String ref, Boolean userMetadata, Boolean presign, String after, Integer amount, String delimiter, String prefix, ApiCallback<ObjectStatsList> _callback)list objects under a given prefix (asynchronously) -
Uses of ObjectStatsList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectStatsList Modifier and Type Method Description ObjectStatsListObjectStatsList. addResultsItem(ObjectStats resultsItem)ObjectStatsListObjectStatsList. pagination(Pagination pagination)ObjectStatsListObjectStatsList. results(List<ObjectStats> results)
-