ClusterConfigFile interface

Cluster configuration files.

Properties

content

Free form content of the entire configuration file.

encoding

This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.

fileName

Configuration file name.

path

Path of the config file if content is specified.

values

List of key value pairs where key represents a valid service configuration name and value represents the value of the config.

Property Details

content

Free form content of the entire configuration file.

content?: string

Property Value

string

encoding

This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.

encoding?: string

Property Value

string

fileName

Configuration file name.

fileName: string

Property Value

string

path

Path of the config file if content is specified.

path?: string

Property Value

string

values

List of key value pairs where key represents a valid service configuration name and value represents the value of the config.

values?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}