Class Upload
Metadata returned for an upload operation.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Upload : IDirectResponseSchema
Properties
AccountId
Account Id to which this upload belongs.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CustomDataSourceId
Custom data source Id to which this data import belongs.
Declaration
[JsonProperty("customDataSourceId")]
public virtual string CustomDataSourceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Data import errors collection.
Declaration
[JsonProperty("errors")]
public virtual IList<string> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Id
A unique ID for this upload.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Resource type for Analytics upload.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
UploadTime
DateTime representation of UploadTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UploadTimeDateTimeOffset instead.")]
public virtual DateTime? UploadTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
UploadTimeDateTimeOffset
DateTimeOffset representation of UploadTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UploadTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UploadTimeRaw
Time this file is uploaded.
Declaration
[JsonProperty("uploadTime")]
public virtual string UploadTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |