ข้ามไปยังเนื้อหา

Class AuditHistoryExportSelection

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.AppModel
Assembly: Cephalon.Abstractions.dll

Describes the durable audit-history export inputs resolved for a Cephalon app.

public sealed class AuditHistoryExportSelection

objectAuditHistoryExportSelection

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Initializes a new instance of the class.

[JsonConstructor]
public AuditHistoryExportSelection(bool? enabled = null, int? maxEntries = null)

enabled bool?

Whether audit-history export was explicitly enabled.

maxEntries int?

The configured maximum number of entries that one export may stream.

Gets an empty audit-history export-selection instance.

public static AuditHistoryExportSelection Empty { get; }

AuditHistoryExportSelection

Gets a value indicating whether audit-history export was explicitly enabled.

public bool? Enabled { get; }

bool?

Gets a value indicating whether any audit-history export inputs were explicitly supplied.

public bool HasValues { get; }

bool

Gets the configured maximum number of entries that one export may stream.

public int? MaxEntries { get; }

int?