C# Class ElasticsearchInside.Configuration.Plugin

Defines properties needed to install a plugin. If URL is specified the plugin will be installed via: bin/plugin.bat install [Name] -url [Url] Otherwise the plugin will be installed via: bin/plugin.bat install [Name]
Afficher le fichier Open project: poulfoged/Elasticsearch-Inside Class Usage Examples

Méthodes publiques

Méthode Description
Plugin ( string Name, string Url = null )

Private Methods

Méthode Description
GetInstallCommand ( ) : string

Method Details

Plugin() public méthode

public Plugin ( string Name, string Url = null )
Name string
Url string