C# Class ElasticLinq.Response.Materializers.CountElasticMaterializer

Materializes a count operation by obtaining the total hits from the response.
Inheritance: IElasticMaterializer
Afficher le fichier Open project: CenturyLinkCloud/ElasticLINQ Class Usage Examples

Méthodes publiques

Méthode Description
CountElasticMaterializer ( Type returnType ) : ElasticLinq.Response.Model
Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object

Materialize the result count for a given response.

Method Details

CountElasticMaterializer() public méthode

public CountElasticMaterializer ( Type returnType ) : ElasticLinq.Response.Model
returnType System.Type
Résultat ElasticLinq.Response.Model

Materialize() public méthode

Materialize the result count for a given response.
public Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object
response ElasticLinq.Response.Model.ElasticResponse The to obtain the count value from.
Résultat object