C# 클래스 Nest.Indexify.ElasticsearchIndexCreationStrategyResult

상속: IElasticsearchIndexCreationStrategyResult
파일 보기 프로젝트 열기: stormid/Nest-Indexify

공개 메소드들

메소드 설명
ElasticsearchIndexCreationStrategyResult ( IEnumerable contributors, bool success, IIndicesOperationResponse indexResponse, Exception exception ) : System

메소드 상세

ElasticsearchIndexCreationStrategyResult() 공개 메소드

public ElasticsearchIndexCreationStrategyResult ( IEnumerable contributors, bool success, IIndicesOperationResponse indexResponse, Exception exception ) : System
contributors IEnumerable
success bool
indexResponse IIndicesOperationResponse
exception System.Exception
리턴 System