Show / Hide Table of Contents

Class Job

The Storage Batch Operations Job description.

Inheritance
object
Job
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class Job : IDirectResponseSchema

Properties

BucketList

Specifies a list of buckets and their objects to be transformed.

Declaration
[JsonProperty("bucketList")]
public virtual BucketList BucketList { get; set; }
Property Value
Type Description
BucketList

CompleteTime

object representation of CompleteTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
Type Description
object

CompleteTimeDateTimeOffset

DateTimeOffset representation of CompleteTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CompleteTimeRaw

Output only. The time that the job was completed.

Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
Type Description
string

Counters

Output only. Information about the progress of the job.

Declaration
[JsonProperty("counters")]
public virtual Counters Counters { get; set; }
Property Value
Type Description
Counters

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time that the job was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DeleteObject

Delete objects.

Declaration
[JsonProperty("deleteObject")]
public virtual DeleteObject DeleteObject { get; set; }
Property Value
Type Description
DeleteObject

Description

Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

ErrorSummaries

Output only. Summarizes errors encountered with sample error log entries.

Declaration
[JsonProperty("errorSummaries")]
public virtual IList<ErrorSummary> ErrorSummaries { get; set; }
Property Value
Type Description
IList<ErrorSummary>

LoggingConfig

Optional. Logging configuration.

Declaration
[JsonProperty("loggingConfig")]
public virtual LoggingConfig LoggingConfig { get; set; }
Property Value
Type Description
LoggingConfig

Name

Identifier. The resource name of the Job. job_id is unique within the project, that is either set by the customer or defined by the service. Format: projects/{project}/locations/global/jobs/{job_id} . For example: "projects/123456/locations/global/jobs/job01".

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PutMetadata

Updates object metadata. Allows updating fixed-key and custom metadata and fixed-key metadata i.e. Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Type, Custom-Time.

Declaration
[JsonProperty("putMetadata")]
public virtual PutMetadata PutMetadata { get; set; }
Property Value
Type Description
PutMetadata

PutObjectHold

Changes object hold status.

Declaration
[JsonProperty("putObjectHold")]
public virtual PutObjectHold PutObjectHold { get; set; }
Property Value
Type Description
PutObjectHold

RewriteObject

Rewrite the object and updates metadata like KMS key.

Declaration
[JsonProperty("rewriteObject")]
public virtual RewriteObject RewriteObject { get; set; }
Property Value
Type Description
RewriteObject

ScheduleTime

object representation of ScheduleTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ScheduleTimeDateTimeOffset instead.")]
public virtual object ScheduleTime { get; set; }
Property Value
Type Description
object

ScheduleTimeDateTimeOffset

DateTimeOffset representation of ScheduleTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ScheduleTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ScheduleTimeRaw

Output only. The time that the job was scheduled.

Declaration
[JsonProperty("scheduleTime")]
public virtual string ScheduleTimeRaw { get; set; }
Property Value
Type Description
string

State

Output only. State of the job.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX