Class BlobsObject

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.management.BlobsObject
All Implemented Interfaces:
Resource, Adaptable

@Produces("application/json") public class BlobsObject extends AbstractResource<ResourceTypeImpl>
Endpoint to manage the blobs.
Since:
2023
  • Constructor Details

    • BlobsObject

      public BlobsObject()
  • Method Details

    • garbageCollectBlobs

      @DELETE @Path("orphaned") public BulkStatus garbageCollectBlobs(@QueryParam("dryRun") boolean dryRun, @QueryParam("queryLimit") long queryLimit, @QueryParam("records") boolean records)
      Garbage collect the orphaned blobs.