Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientGetPartitionsEventListOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientGetPartitionsEventListOptionalParams

Index

Properties

Optional eventsTypesFilter

eventsTypesFilter: undefined | string

This is a comma separated string specifying the types of FabricEvents that should only be included in the response.

Optional excludeAnalysisEvents

excludeAnalysisEvents: undefined | false | true

This param disables the retrieval of AnalysisEvents if true is passed.

Optional skipCorrelationLookup

skipCorrelationLookup: undefined | false | true

This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated.

Optional timeoutParameter

timeoutParameter: undefined | number

The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. Default value: 60.

Generated using TypeDoc