Skip to main content

◆ showFiles() [1/2]

ShowFilesResponse kinetica.Kinetica.showFiles (IList< string >paths,
IDictionary< string, string >options = null )
inline

Shows information about files in KiFS.

Can be used for individual files, or to show all files in a given directory.

Parameters
pathsFile 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.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 60098 of file KineticaFunctions.cs.

◆ showFiles() [2/2]

ShowFilesResponse kinetica.Kinetica.showFiles (ShowFilesRequestrequest_)
inline

Shows information about files in KiFS.

Can be used for individual files, or to show all files in a given directory.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 60057 of file KineticaFunctions.cs.

◆ ShowFilesAsync() [1/2]

async System.Threading.Tasks.Task< ShowFilesResponse > kinetica.Kinetica.ShowFilesAsync (IList< string >paths,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about files in KiFS.

(async)

Can be used for individual files, or to show all files in a given directory.

Parameters
pathsFile 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.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 60121 of file KineticaFunctions.cs.

◆ ShowFilesAsync() [2/2]

async System.Threading.Tasks.Task< ShowFilesResponse > kinetica.Kinetica.ShowFilesAsync (ShowFilesRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Shows information about files in KiFS.

(async)

Can be used for individual files, or to show all files in a given directory.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 60075 of file KineticaFunctions.cs.