Show / Hide Table of Contents

Class UndeleteDatasetRequest

Request format for undeleting a dataset.

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

Properties

DeletionTime

object representation of DeletionTimeRaw.

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

DeletionTimeDateTimeOffset

DateTimeOffset representation of DeletionTimeRaw.

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

DeletionTimeRaw

Optional. The exact time when the dataset was deleted. If not specified, it will undelete the most recently deleted version.

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