C# 클래스 Terradue.ElasticCas.Services.TypesIngestionService

상속: BaseService
파일 보기 프로젝트 열기: Terradue/DotNetElasticCas

공개 메소드들

메소드 설명
Ingest ( IOpenSearchableElasticType type, IHttpRequest request ) : BulkOperationsResponse
Ingest ( IOpenSearchableElasticType type, IOpenSearchResultCollection results ) : BulkOperationsResponse
TypesIngestionService ( ) : System

비공개 메소드들

메소드 설명
Post ( IngestionRequest request ) : HttpResult
Post ( TypeImportRequest request ) : object

메소드 상세

Ingest() 공개 메소드

public Ingest ( IOpenSearchableElasticType type, IHttpRequest request ) : BulkOperationsResponse
type IOpenSearchableElasticType
request IHttpRequest
리턴 BulkOperationsResponse

Ingest() 공개 메소드

public Ingest ( IOpenSearchableElasticType type, IOpenSearchResultCollection results ) : BulkOperationsResponse
type IOpenSearchableElasticType
results IOpenSearchResultCollection
리턴 BulkOperationsResponse

TypesIngestionService() 공개 메소드

public TypesIngestionService ( ) : System
리턴 System