Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_data_query Struct Reference

A query to the data API is specified in this structure. More...

#include <data.h>

Data Fields

char * filter
 Filter string, return the internal nodes specified here. Setting it to NULL will return every internal node. More...
 
char * path
 Path to the node to retrieve. More...
 
char * search
 Search condition. More...
 
uint32_t version
 Data query version. More...
 

Detailed Description

A query to the data API is specified in this structure.

Definition at line 263 of file data.h.

Field Documentation

char* filter

Filter string, return the internal nodes specified here. Setting it to NULL will return every internal node.

Definition at line 270 of file data.h.

Referenced by data_result_generate(), and handle_cli_data_get().

char* path

Path to the node to retrieve.

Definition at line 267 of file data.h.

Referenced by ast_data_get(), and handle_cli_data_get().

char* search

Search condition.

Definition at line 272 of file data.h.

Referenced by data_result_generate(), handle_cli_data_get(), and manager_data_get().

uint32_t version

Data query version.

Definition at line 265 of file data.h.

Referenced by ast_data_get(), handle_cli_data_get(), and manager_data_get().


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