C# Class Terradue.ElasticCas.Services.TypesIngestionService

Inheritance: BaseService
Afficher le fichier Open project: Terradue/DotNetElasticCas

Méthodes publiques

Méthode Description
Ingest ( IOpenSearchableElasticType type, IHttpRequest request ) : BulkOperationsResponse
Ingest ( IOpenSearchableElasticType type, IOpenSearchResultCollection results ) : BulkOperationsResponse
TypesIngestionService ( ) : System

Private Methods

Méthode Description
Post ( IngestionRequest request ) : HttpResult
Post ( TypeImportRequest request ) : object

Method Details

Ingest() public méthode

public Ingest ( IOpenSearchableElasticType type, IHttpRequest request ) : BulkOperationsResponse
type IOpenSearchableElasticType
request IHttpRequest
Résultat BulkOperationsResponse

Ingest() public méthode

public Ingest ( IOpenSearchableElasticType type, IOpenSearchResultCollection results ) : BulkOperationsResponse
type IOpenSearchableElasticType
results IOpenSearchResultCollection
Résultat BulkOperationsResponse

TypesIngestionService() public méthode

public TypesIngestionService ( ) : System
Résultat System