public class RecycleBinFileQuery extends RecycleBinItemQuery
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
The value that represents all columns in
RecycleBinFileQuery . |
static Column |
SIZE
The column that represents the size (in bytes) of the latest version of the file.
|
static Column |
TOTAL_SIZE
The column that represents the total size (in bytes) of a file, which includes all versions if the file is
versioned.
|
static Column |
TOTAL_VERSIONS
The column that represents the total versions of a file if the file is versioned.
|
static Column |
VERSION
The column that represents the latest version if the file is versioned.
|
DELETED_BY, DELETED_DATE, ID, LAST_MODIFIED, LAST_MODIFIED_BY, PATH, TOTAL_CONTAINER_SIZE, TOTAL_FILE_SIZE, TYPE_ID
Constructor and Description |
---|
RecycleBinFileQuery() |
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column SIZE
TOTAL_SIZE
for
total size, which includes all versions.public static final Column VERSION
public static final Column TOTAL_VERSIONS
public static final Column TOTAL_SIZE
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>