Show / Hide Table of Contents

Class CreateClusterMetadata

The metadata for the Operation returned by CreateCluster.

Inheritance
object
CreateClusterMetadata
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 CreateClusterMetadata : 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 CreateCluster operation.

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

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

Tables

Keys: the full name of each table that existed in the instance when CreateCluster was first called, i.e. projects//instances//tables/. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX