Show / Hide Table of Contents

Class SearchApplicationQueryStats

Inheritance
System.Object
SearchApplicationQueryStats
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SearchApplicationQueryStats : IDirectResponseSchema

Properties

Date

Date for which query stats were calculated. Stats calculated on the next day close to midnight are returned.

Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type Description
Date

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

QueryCountByStatus

Declaration
[JsonProperty("queryCountByStatus")]
public virtual IList<QueryCountByStatus> QueryCountByStatus { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<QueryCountByStatus>

Implements

IDirectResponseSchema
Back to top