Class StatsResource
The "stats" collection of methods.
Inheritance
System.Object
StatsResource
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
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 |
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.
Declaration
public virtual StatsResource.GetIndexRequest GetIndex()
Returns
| Type | Description |
|---|---|
| StatsResource.GetIndexRequest |