analytics  v3
Classes | Properties | List of all members
Google.Apis.Analytics.v3.Data.RealtimeData Class Reference

Real time data for a given view (profile). More...

Inheritance diagram for Google.Apis.Analytics.v3.Data.RealtimeData:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  ColumnHeadersData
 
class  ProfileInfoData
 Information for the view (profile), for which the real time data was requested. More...
 
class  QueryData
 Real time data request query parameters. More...
 

Properties

virtual System.Collections.Generic.IList< RealtimeData.ColumnHeadersDataColumnHeaders [get, set]
 Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request. More...
 
virtual string Id [get, set]
 Unique ID for this data response. More...
 
virtual string Kind [get, set]
 Resource type. More...
 
virtual RealtimeData.ProfileInfoData ProfileInfo [get, set]
 Information for the view (profile), for which the real time data was requested. More...
 
virtual RealtimeData.QueryData Query [get, set]
 Real time data request query parameters. More...
 
virtual System.Collections.Generic.IList< System.Collections.Generic.IList< string > > Rows [get, set]
 Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request. More...
 
virtual string SelfLink [get, set]
 Link to this page. More...
 
virtual System.Nullable< int > TotalResults [get, set]
 The total number of rows for the query, regardless of the number of rows in the response. More...
 
virtual System.Collections.Generic.IDictionary< string, string > TotalsForAllResults [get, set]
 Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Real time data for a given view (profile).

Property Documentation

◆ ColumnHeaders

virtual System.Collections.Generic.IList<RealtimeData.ColumnHeadersData> Google.Apis.Analytics.v3.Data.RealtimeData.ColumnHeaders
getset

Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.

◆ ETag

virtual string Google.Apis.Analytics.v3.Data.RealtimeData.ETag
getset

The ETag of the item.

◆ Id

virtual string Google.Apis.Analytics.v3.Data.RealtimeData.Id
getset

Unique ID for this data response.

◆ Kind

virtual string Google.Apis.Analytics.v3.Data.RealtimeData.Kind
getset

Resource type.

◆ ProfileInfo

virtual RealtimeData.ProfileInfoData Google.Apis.Analytics.v3.Data.RealtimeData.ProfileInfo
getset

Information for the view (profile), for which the real time data was requested.

◆ Query

virtual RealtimeData.QueryData Google.Apis.Analytics.v3.Data.RealtimeData.Query
getset

Real time data request query parameters.

◆ Rows

virtual System.Collections.Generic.IList<System.Collections.Generic.IList<string> > Google.Apis.Analytics.v3.Data.RealtimeData.Rows
getset

Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.

◆ SelfLink

virtual string Google.Apis.Analytics.v3.Data.RealtimeData.SelfLink
getset

Link to this page.

◆ TotalResults

virtual System.Nullable<int> Google.Apis.Analytics.v3.Data.RealtimeData.TotalResults
getset

The total number of rows for the query, regardless of the number of rows in the response.

◆ TotalsForAllResults

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Analytics.v3.Data.RealtimeData.TotalsForAllResults
getset

Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.


The documentation for this class was generated from the following file: