Class StatsResource
The "stats" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class StatsResource
Constructors
StatsResource(IClientService)
Constructs a new resource.
Declaration
public StatsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Index
Gets the Index resource.
Declaration
public virtual StatsResource.IndexResource Index { get; }
Property Value
Type | Description |
---|---|
StatsResource.IndexResource |
Query
Gets the Query resource.
Declaration
public virtual StatsResource.QueryResource Query { get; }
Property Value
Type | Description |
---|---|
StatsResource.QueryResource |
Session
Gets the Session resource.
Declaration
public virtual StatsResource.SessionResource Session { get; }
Property Value
Type | Description |
---|---|
StatsResource.SessionResource |
User
Gets the User resource.
Declaration
public virtual StatsResource.UserResource User { get; }
Property Value
Type | Description |
---|---|
StatsResource.UserResource |
Methods
GetIndex()
Gets indexed item statistics aggreggated across all data sources. This API only returns statistics for previous dates; it doesn't return statistics for the current day. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.GetIndexRequest GetIndex()
Returns
Type | Description |
---|---|
StatsResource.GetIndexRequest |
GetQuery()
Get the query statistics for customer. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.GetQueryRequest GetQuery()
Returns
Type | Description |
---|---|
StatsResource.GetQueryRequest |
GetSearchapplication()
Get search application stats for customer. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.GetSearchapplicationRequest GetSearchapplication()
Returns
Type | Description |
---|---|
StatsResource.GetSearchapplicationRequest |
GetSession()
Get the # of search sessions, % of successful sessions with a click query statistics for customer. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.GetSessionRequest GetSession()
Returns
Type | Description |
---|---|
StatsResource.GetSessionRequest |
GetUser()
Get the users statistics for customer. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.GetUserRequest GetUser()
Returns
Type | Description |
---|---|
StatsResource.GetUserRequest |