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 should return a list of files with these fields:

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

The ad hoc data source must support real-time updates. Please think about potential memory leaks.

image

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors