Class RecycleBinContainerQuery

java.lang.Object
com.sas.lsaf.query.Query
com.sas.lsaf.query.repository.recyclebin.RecycleBinItemQuery
com.sas.lsaf.query.repository.recyclebin.RecycleBinContainerQuery
All Implemented Interfaces:
Serializable

public class RecycleBinContainerQuery extends RecycleBinItemQuery
The class that represents a query of individual containers that have been deleted and are located in the recycle bin.
Since:
2.3
See Also:
  • Field Details

    • SIZE

      public static final Column SIZE
      The column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.
    • ALL

      public static final List<Column> ALL
      Represents all columns in RecycleBinContainerQuery.
  • Constructor Details

    • RecycleBinContainerQuery

      public RecycleBinContainerQuery()