Show / Hide Table of Contents

Class CloneDefinition

Information about base table and clone time of a table clone.

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

Properties

BaseTableReference

Required. Reference describing the ID of the table that was cloned.

Declaration
[JsonProperty("baseTableReference")]
public virtual TableReference BaseTableReference { get; set; }
Property Value
Type Description
TableReference

CloneTime

DateTime representation of CloneTimeRaw.

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

CloneTimeDateTimeOffset

DateTimeOffset representation of CloneTimeRaw.

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

CloneTimeRaw

Required. The time at which the base table was cloned. This value is reported in the JSON response using RFC3339 format.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX