Show / Hide Table of Contents

Class BatchOperationMetadata

Metadata describing the Batch operation.

Inheritance
object
BatchOperationMetadata
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.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class BatchOperationMetadata : IDirectResponseSchema

Properties

Batch

Name of the batch for the operation.

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

BatchUuid

Batch UUID for the operation.

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

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

The time when the operation was created.

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

Description

Short description of the operation.

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

DoneTime

object representation of DoneTimeRaw.

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

DoneTimeDateTimeOffset

DateTimeOffset representation of DoneTimeRaw.

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

DoneTimeRaw

The time when the operation finished.

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

Labels

Labels associated with the operation.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

OperationType

The operation type.

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

Warnings

Warnings encountered during operation execution.

Declaration
[JsonProperty("warnings")]
public virtual IList<string> Warnings { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX