OpenVAS Manager  7.0.3~git
get_aggregates_data_t Struct Reference

Command data for the get_aggregates command. More...

Collaboration diagram for get_aggregates_data_t:
Collaboration graph

Data Fields

get_data_t get
 Get args. More...
 
char * type
 Resource type. More...
 
char * subtype
 Resource subtype. More...
 
GList * data_columns
 Columns to calculate aggregate for. More...
 
GList * text_columns
 Columns to get simple text from. More...
 
char * group_column
 Column to group data by. More...
 
char * subgroup_column
 Column to further group data by. More...
 
GList * sort_data
 List of Sort data. More...
 
int first_group
 Skip over groups before this group number. More...
 
int max_groups
 Maximum number of aggregate groups to return. More...
 
char * mode
 Special aggregate mode. More...
 

Detailed Description

Command data for the get_aggregates command.

Definition at line 2414 of file omp.c.

Field Documentation

◆ data_columns

GList* get_aggregates_data_t::data_columns

Columns to calculate aggregate for.

Definition at line 2419 of file omp.c.

◆ first_group

int get_aggregates_data_t::first_group

Skip over groups before this group number.

Definition at line 2424 of file omp.c.

◆ get

get_data_t get_aggregates_data_t::get

Get args.

Definition at line 2416 of file omp.c.

◆ group_column

char* get_aggregates_data_t::group_column

Column to group data by.

Definition at line 2421 of file omp.c.

◆ max_groups

int get_aggregates_data_t::max_groups

Maximum number of aggregate groups to return.

Definition at line 2425 of file omp.c.

◆ mode

char* get_aggregates_data_t::mode

Special aggregate mode.

Definition at line 2426 of file omp.c.

◆ sort_data

GList* get_aggregates_data_t::sort_data

List of Sort data.

Definition at line 2423 of file omp.c.

◆ subgroup_column

char* get_aggregates_data_t::subgroup_column

Column to further group data by.

Definition at line 2422 of file omp.c.

◆ subtype

char* get_aggregates_data_t::subtype

Resource subtype.

Definition at line 2418 of file omp.c.

◆ text_columns

GList* get_aggregates_data_t::text_columns

Columns to get simple text from.

Definition at line 2420 of file omp.c.

◆ type

char* get_aggregates_data_t::type

Resource type.

Definition at line 2417 of file omp.c.


The documentation for this struct was generated from the following file: