Show / Hide Table of Contents

Class SessionOperationMetadata

Metadata describing the Session operation.

Inheritance
object
SessionOperationMetadata
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 SessionOperationMetadata : IDirectResponseSchema

Properties

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 was 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

Session

Name of the session for the operation.

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

SessionUuid

Session UUID for the operation.

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