C# 클래스 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]
파일 보기 프로젝트 열기: poulfoged/Elasticsearch-Inside 1 사용 예제들

공개 메소드들

메소드 설명
Plugin ( string Name, string Url = null )

비공개 메소드들

메소드 설명
GetInstallCommand ( ) : string

메소드 상세

Plugin() 공개 메소드

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