Show / Hide Table of Contents

Class ScheduleAuditReportDetails

Details for the audit report schedule.

Inheritance
object
ReportDetails
ScheduleAuditReportDetails
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 ScheduleAuditReportDetails : ReportDetails

Properties

RecordTimeSpan

Declaration
[Required(ErrorMessage = "RecordTimeSpan is required.")]
[JsonProperty(PropertyName = "recordTimeSpan")]
public string RecordTimeSpan { get; set; }
Property Value
Type Description
string

RowLimit

Declaration
[JsonProperty(PropertyName = "rowLimit")]
public int? RowLimit { get; set; }
Property Value
Type Description
int?

Specifies the limit on the number of rows in the report.

In this article
Back to top