Class AzureStorageAuditorOptions
Inheritance
System.Object
AzureStorageAuditorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AzureStorage
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public class AzureStorageAuditorOptions
Constructors
| Improve this Doc View SourceAzureStorageAuditorOptions()
Declaration
public AzureStorageAuditorOptions()
Properties
| Improve this Doc View SourceAuditExecuteDispatchRootOnly
Declaration
public bool AuditExecuteDispatchRootOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AuditPostDispatchRootOnly
Declaration
public bool AuditPostDispatchRootOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AuditPreDispatchRootOnly
Declaration
public bool AuditPreDispatchRootOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UseExecutionAuditor
Declaration
public bool UseExecutionAuditor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UsePostDispatchAuditor
Declaration
public bool UsePostDispatchAuditor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UsePreDispatchAuditor
Declaration
public bool UsePreDispatchAuditor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |