◆ showFiles() [1/2]
| inline |
Shows information about files in KiFS.
Can be used for individual files, or to show all files in a given directory.
| paths | File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 60098 of file KineticaFunctions.cs.
◆ showFiles() [2/2]
| inline |
Shows information about files in KiFS.
Can be used for individual files, or to show all files in a given directory.
| request_ | Request object containing the parameters for the operation. |
Definition at line 60057 of file KineticaFunctions.cs.
◆ ShowFilesAsync() [1/2]
| inline |
Shows information about files in KiFS.
(async)
Can be used for individual files, or to show all files in a given directory.
| paths | File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimiter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 60121 of file KineticaFunctions.cs.
◆ ShowFilesAsync() [2/2]
| inline |
Shows information about files in KiFS.
(async)
Can be used for individual files, or to show all files in a given directory.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 60075 of file KineticaFunctions.cs.