Class RefreshAutonomousDatabaseRequest
Request message for RefreshAutonomousDatabase method.
Implements
Inherited Members
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 |