Enum UsageSummaryOptions
Defines the data scope for usage reports.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[Flags]
public enum UsageSummaryOptions
Fields
| Name | Description |
|---|---|
| All | All options are specified. |
| IncludeDeletedConsumers | Indicates that deleted consumers need to be included in the report. Applies to consumer usage report only. |
| IncludeDeletedOperations | Indicates that deleted operations need to be included in the report. |
| IncludeDeletedProducts | Indicates that deleted products need to be included in the report. Applies to product usage report only. |
| IncludeDeletedServices | Indicates that deleted services need to be included in the report. To take effect this option must be used together with IncludeDeletedOperations. Does not apply to operation usage report. |
| IncludeDeletedSubscriptions | Indicates that deleted subscriptions need to be included in the report. Applies to product, consumer, and subscription usage reports only. |
| IncludePhysicalServices | Indicates that physical services need to be included in the report. Applies to service usage report only. |
| IncludeSubfolders | Indicates that services in sub-folders of the specified folder need to be included in the report. Applies to service usage report only. |
| IncludeSystemOperations | Indicates that system (protocol) operations need to be included in the report. |
| IncludeVirtualServices | Indicates that virtual services need to be included in the report. Applies to service usage report only. |
| None | No options are specified. |