Qore ConnectionProvider Module Reference 1.11
Loading...
Searching...
No Matches
ConnectionProvider::ConnectionOptionInfo hashdecl Reference

Connection option information. More...

#include <ConnectionSchemeCache.qc.dox.h>

Public Attributes

*softlist< hash< AllowedValueInfo > > allowed_values
 List of allowed values (enum)
 
auto default_value
 Any default value.
 
string desc
 Description.
 
bool freeform = False
 Modifier for the "file-as-string" type; can a freeform location option be returned?
 
bool sensitive = False
 Is the value sensitive? (password or other authentication info)
 
bool subst_env_vars = False
 Do environment variable substitution on the value?
 
string type
 Option value type.
 

Detailed Description

Connection option information.