Key Value - Ini file

Data System Architecture

About

A ini file 1) is a configuration file that contains key value data.

A ini file is like a properties file but is not. See Key Value - Properties (Property file)

Example

; last modified 1 April 2001 by John Doe
[owner]
name = John Doe
organization = Acme Widgets Inc.

[database]
; use IP address in case network name resolution is not working
server = 192.0.2.62     
port = 143
file = "payroll.dat"

Syntax

Comments

; comment





Discover More
Card Puncher Data Processing
Application - Configuration File (Conf)

Configuration file are files used to: store command argument / enviroment variable or pass values They have a structural hierarchy where each parent node is generally known as a section. There...
Bash Liste Des Attaques Ovh
Bash - Ini file

in bash
Yarn Hortonworks
Hue - hue.ini

Hue conf file is a ini file For each Hadoop Service, the Hue.ini file contains a configuration section. cloudera/hue/blob/master/desktop/conf.dist/hue.ini Via an installed Hue: ...
Data System Architecture
Key Value (or Property)

Key value data (known also as Property) are value that have a direct relation with their key. They can be seen as a set of data modeling attribute. This kind of data is stored: in code as: an collection...
Data System Architecture
Key Value - Properties (Property file)

A properties file is a configuration file that contains key value data. propertiesini
Card Puncher Data Processing
ODBC - odbcinst.ini

odbcinst.ini has all driver information configuration. See Configuration file containing all the database drivers specifications. odbcinst.ini Run: Normally: /etc/odbcinst.ini In the...
Powercenter Parameter File
PowerCenter - Parameter File (prm)

A parameter file is a way to hold the initial value of Mapping parameter or variable. You can set its location into the session attributes. # or ; for comments Mapping parameter and variable...



Share this page:
Follow us:
Task Runner