Class UnsampledReport
JSON template for Analytics unsampled report resource.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class UnsampledReport : IDirectResponseSchema
Properties
AccountId
Account ID to which this unsampled report belongs.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CloudStorageDownloadDetails
Download details for a file stored in Google Cloud Storage.
Declaration
[JsonProperty("cloudStorageDownloadDetails")]
public virtual UnsampledReport.CloudStorageDownloadDetailsData CloudStorageDownloadDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| UnsampledReport.CloudStorageDownloadDetailsData |
Created
System.DateTime representation of CreatedRaw.
Declaration
[JsonIgnore]
public virtual DateTime? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
CreatedRaw
Time this unsampled report was created.
Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Dimensions
The dimensions for the unsampled report.
Declaration
[JsonProperty("dimensions")]
public virtual string Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DownloadType
The type of download you need to use for the report data file. Possible values include GOOGLE_DRIVE and
GOOGLE_CLOUD_STORAGE. If the value is GOOGLE_DRIVE, see the driveDownloadDetails field. If the value
is GOOGLE_CLOUD_STORAGE, see the cloudStorageDownloadDetails field.
Declaration
[JsonProperty("downloadType")]
public virtual string DownloadType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DriveDownloadDetails
Download details for a file stored in Google Drive.
Declaration
[JsonProperty("driveDownloadDetails")]
public virtual UnsampledReport.DriveDownloadDetailsData DriveDownloadDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| UnsampledReport.DriveDownloadDetailsData |
EndDate
The end date for the unsampled report.
Declaration
[JsonProperty("end-date")]
public virtual string EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filters
The filters for the unsampled report.
Declaration
[JsonProperty("filters")]
public virtual string Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Unsampled report ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
Resource type for an Analytics unsampled report.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metrics
The metrics for the unsampled report.
Declaration
[JsonProperty("metrics")]
public virtual string Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProfileId
View (Profile) ID to which this unsampled report belongs.
Declaration
[JsonProperty("profileId")]
public virtual string ProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Segment
The segment for the unsampled report.
Declaration
[JsonProperty("segment")]
public virtual string Segment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SelfLink
Link for this unsampled report.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartDate
The start date for the unsampled report.
Declaration
[JsonProperty("start-date")]
public virtual string StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Status of this unsampled report. Possible values are PENDING, COMPLETED, or FAILED.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Title of the unsampled report.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Updated
System.DateTime representation of UpdatedRaw.
Declaration
[JsonIgnore]
public virtual DateTime? Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
UpdatedRaw
Time this unsampled report was last modified.
Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
WebPropertyId
Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY.
Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |