Skip to content
 
 

Repository files navigation

Training Exercise GQI Ad Hoc Data Source File Explorer

Description

The goal of this exercise is to create a GQI (Generic Query Interface) ad hoc data source which can be used to get the file list from the DataMiner server.

The ad hoc data source must have these input arguments:

  • Path (string, default: C:\Skyline DataMiner\Documents\DMA_COMMON_DOCUMENTS)
  • Search Pattern (string, default: *.*)
  • Recursive: Specifies whether the search operation should include only the current directory or all subdirectories (boolean, default: False)

The ad hoc data source returns a list of files with these fields:

  • File Name
  • Path
  • Created
  • Last Modified
  • Size
  • Type
  • Read Only

image

image

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors