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 AuditHistoryExportSelectionInheritance
Section titled “Inheritance”object ← AuditHistoryExportSelection
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”AuditHistoryExportSelection(bool?, int?)
Section titled “ AuditHistoryExportSelection(bool?, int?)”Initializes a new instance of the
[JsonConstructor]public AuditHistoryExportSelection(bool? enabled = null, int? maxEntries = null)Parameters
Section titled “Parameters”enabled bool?
Whether audit-history export was explicitly enabled.
maxEntries int?
The configured maximum number of entries that one export may stream.
Properties
Section titled “Properties”Gets an empty audit-history export-selection instance.
public static AuditHistoryExportSelection Empty { get; }Property Value
Section titled “Property Value”Enabled
Section titled “ Enabled”Gets a value indicating whether audit-history export was explicitly enabled.
public bool? Enabled { get; }Property Value
Section titled “Property Value”bool?
HasValues
Section titled “ HasValues”Gets a value indicating whether any audit-history export inputs were explicitly supplied.
public bool HasValues { get; }Property Value
Section titled “Property Value”MaxEntries
Section titled “ MaxEntries”Gets the configured maximum number of entries that one export may stream.
public int? MaxEntries { get; }Property Value
Section titled “Property Value”int?