Class UndeleteDatasetRequest
Request format for undeleting a dataset.
Implements
Inherited Members
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 |