Class AzureStorageAuditorOptions
Inheritance
System.Object
AzureStorageAuditorOptions
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public class AzureStorageAuditorOptions : object
Constructors
|
Improve this Doc
View Source
AzureStorageAuditorOptions()
Declaration
public AzureStorageAuditorOptions()
Properties
|
Improve this Doc
View Source
AuditExecuteDispatchRootOnly
Declaration
public bool AuditExecuteDispatchRootOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AuditPostDispatchRootOnly
Declaration
public bool AuditPostDispatchRootOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AuditPreDispatchRootOnly
Declaration
public bool AuditPreDispatchRootOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseExecutionAuditor
Declaration
public bool UseExecutionAuditor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UsePostDispatchAuditor
Declaration
public bool UsePostDispatchAuditor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UsePreDispatchAuditor
Declaration
public bool UsePreDispatchAuditor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|