Class TransferOperation
A description of the execution of a transfer.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class TransferOperation : IDirectResponseSchema
Properties
Counters
Information about the progress of the transfer operation.
Declaration
[JsonProperty("counters")]
public virtual TransferCounters Counters { get; set; }
Property Value
Type | Description |
---|---|
TransferCounters |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EndTimeRaw
End time of this transfer execution.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorBreakdowns
Summarizes errors encountered with sample error log entries.
Declaration
[JsonProperty("errorBreakdowns")]
public virtual IList<ErrorSummary> ErrorBreakdowns { get; set; }
Property Value
Type | Description |
---|---|
IList<ErrorSummary> |
LoggingConfig
Cloud Logging configuration.
Declaration
[JsonProperty("loggingConfig")]
public virtual LoggingConfig LoggingConfig { get; set; }
Property Value
Type | Description |
---|---|
LoggingConfig |
Name
A globally unique ID assigned by the system.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NotificationConfig
Notification configuration.
Declaration
[JsonProperty("notificationConfig")]
public virtual NotificationConfig NotificationConfig { get; set; }
Property Value
Type | Description |
---|---|
NotificationConfig |
ProjectId
The ID of the Google Cloud project that owns the operation.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Start time of this transfer execution.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status of the transfer operation.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
TransferJobName
The name of the transfer job that triggers this transfer operation.
Declaration
[JsonProperty("transferJobName")]
public virtual string TransferJobName { get; set; }
Property Value
Type | Description |
---|---|
string |
TransferSpec
Transfer specification.
Declaration
[JsonProperty("transferSpec")]
public virtual TransferSpec TransferSpec { get; set; }
Property Value
Type | Description |
---|---|
TransferSpec |