Storage Viewer for File Analytics Database Views > apt_v_afa_collector_progress
  
Version 10.0.01
apt_v_afa_collector_progress
The apt_v_afa_collector_progress view contains the status of the File Analytic collectors: Unknown, Running, Completed, Failed
Column Name
Data Type
Description
collector_id
NUMBER
Foreign key to apt_collector_properties
context_id
NUMBER
Foreign key to apt_v_afa_context
file_count
NUMBER
File count from current running collection
finish_time
DATE
Finish time
host_id
NUMBER
Foreign key to apt_v_server
last_file_count
NUMBER
FIle count from last collection
last_finished_time
DATE
Last time the collection finished
last_updated
DATE
Date and time last updated
start_time
DATE
Start time
status
STRING
U - UNKNOWN, N - RUNNING, C - COLLECTION END,
F - COLLECTION FAILED, E - AGGREGATION END,
S - AGGREGATION START