GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
DTDL
DADL
Setup
DataFS SDK setup
DataFS setup
DataFS Tools
Connection
Server instances
Configuration connections
Client connections
Domain
Disk
Storage
Schema
Settings
Recovery
DataFS setup parameters

DataFS Tools – connection

To configure an instance of DataFS, you have to establish a connection first.


Open-Connection

Open-Connection
         [-ServerAddress 127.0.0.1]
         [-ServerPort 9012]
         [-ServerName "datafs.domain.local"]
ServerAddress (optional)
The address of the server.
This parameter can be an IP address or a host name.
The default value of 127.0.0.1 is used, unless specified otherwise.
ServerPort (optional)
The port of the server.
The default value of 9012 is used, unless specified otherwise.
ServerName (optional)
The host name of the server.
If the server address specified a host name instead of an IP address, then this parameter is optional. In this case, the server name used is the same as the server address.
The name of the local machine is used if no server address and no server name are specified.


Close-Connection

Close-Connection
This function has no parameters.
© 2022 Mobiland AG