_FsrmReportGenerationContext Enumeration

 

Defines the context in which the report is initiated.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public enum _FsrmReportGenerationContext
public enum class _FsrmReportGenerationContext
type _FsrmReportGenerationContext
Public Enumeration _FsrmReportGenerationContext

Members

Member name Description
FsrmReportGenerationContext_IncidentReport

The report will run in response to a quota or file screen event.

FsrmReportGenerationContext_InteractiveReport

The report will run on demand.

FsrmReportGenerationContext_ScheduledReport

The report will run as a scheduled report.

FsrmReportGenerationContext_Undefined

The context is unknown. Do not use this flag.

See Also

Run
GetOutputDirectory
SetOutputDirectory
Microsoft.Storage Namespace

Return to top