Show / Hide Table of Contents

Class SearchApplicationSessionStats

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

Properties

Date

The date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then 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
string

SearchSessionsCount

The count of search sessions on the day

Declaration
[JsonProperty("searchSessionsCount")]
public virtual long? SearchSessionsCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX