Show / Hide Table of Contents

Class CuratorsResource.ReportsResource.ResultsResource

The "results" collection of methods.

Inheritance
object
CuratorsResource.ReportsResource.ResultsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CurationPartners.v1
Assembly: Google.Apis.CurationPartners.v1.dll
Syntax
public class CuratorsResource.ReportsResource.ResultsResource

Constructors

ResultsResource(IClientService)

Constructs a new resource.

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

Methods

FetchRows(string)

Returns the result rows from a completed report. The caller must have previously called RunReport and waited for that operation to complete. The rows will be returned according to the order specified by the sorts member of the report definition.

Declaration
public virtual CuratorsResource.ReportsResource.ResultsResource.FetchRowsRequest FetchRows(string name)
Parameters
Type Name Description
string name

The report result being fetched. Format: curators/{account_id}/reports/{report_id}/results/{report_result_id}

Returns
Type Description
CuratorsResource.ReportsResource.ResultsResource.FetchRowsRequest
In this article
Back to top Generated by DocFX