Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines the options that can be sent into the USS list files function

Hierarchy

Index

Properties

Optional depth

depth: number

The depth of the directory structure to list files and directories for

Optional filesys

filesys: boolean

Whether or not to search all filesystems under the path, or just the same filesystem as the path True means search all False means search same

Optional group

group: number | string

The group owner or GID to filter

Optional maxLength

maxLength: number

The indicator that we want to show less files

Optional mtime

mtime: number | string

The modification time to filter, in days Valid values are either an integer, or an integer with leading plus (+) or minus (-)

Optional name

name: string

The name of the file or directory to filter

Optional perm

perm: string

The permission octal mask to use The type is a string because valid values are either an integer, or an integer with a leading minus (-)

Optional responseTimeout

responseTimeout: number

The maximum amount of time for the TSO servlet to wait for a response before returning an error

Optional size

size: number | string

The size to filter Valid values are either an integer, and integer with a suffix (K, M, G), or an integer with leading plus (+) or minus (-)

Optional symlinks

symlinks: boolean

Whether to follow symlinks, or report them True means to report False means to follow

Optional type

type: string

The type of file to filter for Allowed values are: c - character special file, d - directory, f - file, l - symbolic link, p - FIFO (named pipe), and s - socket

Optional user

user: number | string

The user name or UID to filter

Generated using TypeDoc