Class UnsampledReport
JSON template for Analytics unsampled report resource.
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 |
---|---|
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
DateTime representation of CreatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedDateTimeOffset instead.")]
public virtual DateTime? Created { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
CreatedDateTimeOffset
DateTimeOffset representation of CreatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreatedRaw
Time this unsampled report was created.
Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Dimensions
The dimensions for the unsampled report.
Declaration
[JsonProperty("dimensions")]
public virtual string Dimensions { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
The end date for the unsampled report.
Declaration
[JsonProperty("end-date")]
public virtual string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
Filters
The filters for the unsampled report.
Declaration
[JsonProperty("filters")]
public virtual string Filters { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Unsampled report ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Resource type for an Analytics unsampled report.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
The metrics for the unsampled report.
Declaration
[JsonProperty("metrics")]
public virtual string Metrics { get; set; }
Property Value
Type | Description |
---|---|
string |
ProfileId
View (Profile) ID to which this unsampled report belongs.
Declaration
[JsonProperty("profileId")]
public virtual string ProfileId { get; set; }
Property Value
Type | Description |
---|---|
string |
Segment
The segment for the unsampled report.
Declaration
[JsonProperty("segment")]
public virtual string Segment { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
Link for this unsampled report.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
StartDate
The start date for the unsampled report.
Declaration
[JsonProperty("start-date")]
public virtual string StartDate { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
Title
Title of the unsampled report.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Updated
DateTime representation of UpdatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.")]
public virtual DateTime? Updated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
UpdatedDateTimeOffset
DateTimeOffset representation of UpdatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdatedRaw
Time this unsampled report was last modified.
Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |