Show / Hide Table of Contents

Class StatsResource.IndexResource.DatasourcesResource

The "datasources" collection of methods.

Inheritance
System.Object
StatsResource.IndexResource.DatasourcesResource
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 DatasourcesResource

Constructors

DatasourcesResource(IClientService)

Constructs a new resource.

Declaration
public DatasourcesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(String)

Gets indexed item statistics for a single data source. Note: This API requires a standard end user account to execute.

Declaration
public virtual StatsResource.IndexResource.DatasourcesResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

The resource id of the data source to retrieve statistics for, in the following format: "datasources/{source_id}"

Returns
Type Description
StatsResource.IndexResource.DatasourcesResource.GetRequest
Back to top