Class PortabilityArchiveState
Resource that contains the state of an Archive job.
Implements
Inherited Members
Namespace: Google.Apis.DataPortability.v1.Data
Assembly: Google.Apis.DataPortability.v1.dll
Syntax
public class PortabilityArchiveState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The resource name of ArchiveJob's PortabilityArchiveState singleton. The format is: archiveJobs/{archive_job}/portabilityArchiveState. archive_job is the job ID provided in the request.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Resource that represents the state of the Archive job.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Urls
If the state is complete, this method returns the signed URLs of the objects in the Cloud Storage bucket.
Declaration
[JsonProperty("urls")]
public virtual IList<string> Urls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |