Show / Hide Table of Contents

Class CreateInstanceMetadata

The metadata for the Operation returned by CreateInstance.

Inheritance
object
CreateInstanceMetadata
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.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class CreateInstanceMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FinishTime

object representation of FinishTimeRaw.

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

FinishTimeDateTimeOffset

DateTimeOffset representation of FinishTimeRaw.

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

FinishTimeRaw

The time at which the operation failed or was completed successfully.

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

OriginalRequest

The request that prompted the initiation of this CreateInstance operation.

Declaration
[JsonProperty("originalRequest")]
public virtual CreateInstanceRequest OriginalRequest { get; set; }
Property Value
Type Description
CreateInstanceRequest

RequestTime

object representation of RequestTimeRaw.

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

RequestTimeDateTimeOffset

DateTimeOffset representation of RequestTimeRaw.

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

RequestTimeRaw

The time at which the original request was received.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX