Show / Hide Table of Contents

Class Search.SearchInformationData

Metadata about a search operation.

Inheritance
object
Search.SearchInformationData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Search.SearchInformationData

Properties

FormattedSearchTime

The time taken for the server to return search results, formatted according to locale style.

Declaration
[JsonProperty("formattedSearchTime")]
public virtual string FormattedSearchTime { get; set; }
Property Value
Type Description
string

FormattedTotalResults

The total number of search results, formatted according to locale style.

Declaration
[JsonProperty("formattedTotalResults")]
public virtual string FormattedTotalResults { get; set; }
Property Value
Type Description
string

SearchTime

The time taken for the server to return search results.

Declaration
[JsonProperty("searchTime")]
public virtual double? SearchTime { get; set; }
Property Value
Type Description
double?

TotalResults

The total number of search results returned by the query.

Declaration
[JsonProperty("totalResults")]
public virtual string TotalResults { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX