Class SnapshotDetails
The details of the newly generated AWR snapshot.
Inherited Members
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