Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ElasticsearchInside
Configuration
Plugin
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]
Mostrar archivo
Open project: poulfoged/Elasticsearch-Inside
Class Usage Examples
Public Methods
Method
Description
Plugin
(
string
Name
,
string
Url
= null )
Private Methods
Method
Description
GetInstallCommand
( ) :
string
Method Details
Plugin()
public
method
public
Plugin
(
string
Name
,
string
Url
= null )
Name
string
Url
string