xrootd
Loading...
Searching...
No Matches
Public Types | List of all members
XrdCl::DirListFlags Struct Reference

DirList flags. More...

#include <XrdClFileSystem.hh>

Public Types

enum  Flags {
  None = 0 , Stat = 1 , Locate = 2 , Recursive = 4 ,
  Merge = 8 , Chunked = 16 , Zip = 32 , Cksm = 64
}
 

Detailed Description

DirList flags.

Member Enumeration Documentation

◆ Flags

Enumerator
None 

Nothing special.

Stat 

Stat each entry.

Locate 

Locate all servers hosting the directory and send the dirlist request to all of them

Recursive 

Do a recursive listing.

Merge 

Merge duplicates.

Chunked 

Serve chunked results for better performance.

Zip 

List content of ZIP files.

Cksm 

Get checksum for every entry.


The documentation for this struct was generated from the following file: