Show / Hide Table of Contents

Class SnapshotDetails

The details of the newly generated AWR snapshot.

Inheritance
object
SnapshotDetails
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 SnapshotDetails

Properties

SnapshotId

Declaration
[Required(ErrorMessage = "SnapshotId is required.")]
[JsonProperty(PropertyName = "snapshotId")]
public long? SnapshotId { get; set; }
Property Value
Type Description
long?

The ID of the beginning AWR snapshot.

Remarks

Required

In this article
Back to top