Show / Hide Table of Contents

Class DatabaseFleetBackupMetrics

The details of the backup metrics for the fleet of databases.

Inheritance
object
DatabaseFleetBackupMetrics
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DatabaseFleetBackupMetrics

Properties

BackupMetrics

Declaration
[Required(ErrorMessage = "BackupMetrics is required.")]
[JsonProperty(PropertyName = "backupMetrics")]
public List<DatabaseBackupMetrics> BackupMetrics { get; set; }
Property Value
Type Description
List<DatabaseBackupMetrics>

A list of backup metrics for the databases present in the fleet.

Remarks

Required

In this article
Back to top