Show / Hide Table of Contents

Class SearchApplicationUserStats

Inheritance
object
SearchApplicationUserStats
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 SearchApplicationUserStats : IDirectResponseSchema

Properties

Date

The date for which session 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
string

OneDayActiveUsersCount

The count of unique active users in the past one day

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

SevenDaysActiveUsersCount

The count of unique active users in the past seven days

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

ThirtyDaysActiveUsersCount

The count of unique active users in the past thirty days

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX