Class SourceResultCount
Per source result count information.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SourceResultCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasMoreResults
Whether there are more search results for this source.
Declaration
[JsonProperty("hasMoreResults")]
public virtual bool? HasMoreResults { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ResultCountEstimate
The estimated result count for this source.
Declaration
[JsonProperty("resultCountEstimate")]
public virtual long? ResultCountEstimate { get; set; }
Property Value
Type | Description |
---|---|
long? |
ResultCountExact
The exact result count for this source.
Declaration
[JsonProperty("resultCountExact")]
public virtual long? ResultCountExact { get; set; }
Property Value
Type | Description |
---|---|
long? |
Source
The source the result count information is associated with.
Declaration
[JsonProperty("source")]
public virtual Source Source { get; set; }
Property Value
Type | Description |
---|---|
Source |