Class ListAutonomousDatabasesInAutonomousContainerDatabaseBackupRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ListAutonomousDatabasesInAutonomousContainerDatabaseBackupRequest : IOciRequest
Examples
Click here to see an example of how to use ListAutonomousDatabasesInAutonomousContainerDatabaseBackup request.
Properties
AutonomousContainerDatabaseId
Declaration
[Required(ErrorMessage = "AutonomousContainerDatabaseId is required.")]
[HttpConverter(TargetEnum.Query, "autonomousContainerDatabaseId")]
public string AutonomousContainerDatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The Autonomous Container Database OCID. |
Remarks
Required
CompartmentId
Declaration
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The compartment OCID. If not provided, uses the Autonomous Container Database's compartment. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The maximum number of items to return per page. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique identifier for the request. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The pagination token to continue listing from. |
TimeStampRequested
Declaration
[Required(ErrorMessage = "TimeStampRequested is required.")]
[HttpConverter(TargetEnum.Query, "timeStampRequested")]
public DateTime? TimeStampRequested { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The timestamp at which the list of autonomous databases present to be returned (ISO-8601 format, e.g., "2025-12-02T06:39:15Z"). The requested value must be after the end timestamp of the oldest available Autonomous Container Database backup. |
Remarks
Required