Show / Hide Table of Contents

Class CalculateAuditVolumeAvailableDetails

The details for calculating audit data volume on target.

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

Properties

AuditCollectionStartTime

Declaration
[JsonProperty(PropertyName = "auditCollectionStartTime")]
public DateTime? AuditCollectionStartTime { get; set; }
Property Value
Type Description
DateTime?

The date from which the audit trail must start collecting data in UTC, in the format defined by RFC3339. If not specified, this will default to the date based on the retention period.

DatabaseUniqueName

Declaration
[JsonProperty(PropertyName = "databaseUniqueName")]
public string DatabaseUniqueName { get; set; }
Property Value
Type Description
string

Unique name of the database associated to the peer target database.

TrailLocations

Declaration
[JsonProperty(PropertyName = "trailLocations")]
public List<string> TrailLocations { get; set; }
Property Value
Type Description
List<string>

The trail locations for which the audit data volume has to be calculated.

In this article
Back to top