Show / Hide Table of Contents

Class RefreshAutonomousDatabaseRequest

Request message for RefreshAutonomousDatabase method.

Inheritance
object
RefreshAutonomousDatabaseRequest
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.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class RefreshAutonomousDatabaseRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RefreshCutoffTime

object representation of RefreshCutoffTimeRaw.

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

RefreshCutoffTimeDateTimeOffset

DateTimeOffset representation of RefreshCutoffTimeRaw.

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

RefreshCutoffTimeRaw

Required. The timestamp to which the Autonomous Database refreshable clone will be refreshed. Changes made in the primary database after this timestamp are not part of the data refresh.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX