PgVFS.NET
A C# System.IO compatible File System on Postgres
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
Vfs.Postgres.ConnectionSettings Class Reference

Connection string settings and options More...

Public Member Functions

 ConnectionSettings (string user, string pass, string host, string mountPoint="vfs:", string database="vfs_postgres")
 Ctor More...
 

Properties

string MountPoint [get]
 Mount point More...
 
bool AutosetupDataModel [get, set]
 Setup db on launch More...
 
string Database [get, set]
 Database name More...
 
string Host [get, set]
 Network host name More...
 
string Password [get, set]
 Password More...
 
string Username [get, set]
 User name More...
 

Detailed Description

Connection string settings and options

Constructor & Destructor Documentation

Vfs.Postgres.ConnectionSettings.ConnectionSettings ( string  user,
string  pass,
string  host,
string  mountPoint = "vfs:",
string  database = "vfs_postgres" 
)

Ctor

Parameters
user
pass
host
mountPointMount point in form of name: or \network-name
databasedatabase name

Property Documentation

bool Vfs.Postgres.ConnectionSettings.AutosetupDataModel
getset

Setup db on launch

string Vfs.Postgres.ConnectionSettings.Database
getset

Database name

string Vfs.Postgres.ConnectionSettings.Host
getset

Network host name

string Vfs.Postgres.ConnectionSettings.MountPoint
get

Mount point

string Vfs.Postgres.ConnectionSettings.Password
getset

Password

string Vfs.Postgres.ConnectionSettings.Username
getset

User name


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