Show / Hide Table of Contents

Class SessionStateHistory

Historical state information.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

State

Output only. The state of the session at this point in the session history.

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

StateMessage

Output only. Details about the state at this point in the session history.

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

StateStartTime

object representation of StateStartTimeRaw.

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

StateStartTimeDateTimeOffset

DateTimeOffset representation of StateStartTimeRaw.

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

StateStartTimeRaw

Output only. The time when the session entered the historical state.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX