C# 클래스 ElasticLinq.Response.Materializers.CountElasticMaterializer

Materializes a count operation by obtaining the total hits from the response.
상속: IElasticMaterializer
파일 보기 프로젝트 열기: CenturyLinkCloud/ElasticLINQ 1 사용 예제들

공개 메소드들

메소드 설명
CountElasticMaterializer ( Type returnType ) : ElasticLinq.Response.Model
Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object

Materialize the result count for a given response.

메소드 상세

CountElasticMaterializer() 공개 메소드

public CountElasticMaterializer ( Type returnType ) : ElasticLinq.Response.Model
returnType System.Type
리턴 ElasticLinq.Response.Model

Materialize() 공개 메소드

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.
리턴 object