Table of Contents

Class GemFireConnectorOptions

Namespace
Steeltoe.CloudFoundry.Connector.GemFire
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class GemFireConnectorOptions : AbstractServiceConnectorOptions
Inheritance
GemFireConnectorOptions
Inherited Members

Constructors

GemFireConnectorOptions()

public GemFireConnectorOptions()

GemFireConnectorOptions(IConfiguration)

public GemFireConnectorOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

Password

public string Password { get; set; }

Property Value

string

Properties

public Dictionary<string, string> Properties { get; set; }

Property Value

Dictionary<string, string>

Username

public string Username { get; set; }

Property Value

string

Methods

ParsedLocators()

public Dictionary<string, int> ParsedLocators()

Returns

Dictionary<string, int>