InvokeRequest.RequestData Property

Definition

Contains a dictionary of data series, where there's one data series for each data source specified by the capability. Each data series is identified by the SeriesContext that's defined by the capability when it's registered.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataSeries ^> ^> ^ RequestData { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataSeries ^> ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSeries>> RequestData { get; }
member this.RequestData : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataSeries>>
Public ReadOnly Property RequestData As IReadOnlyDictionary(Of String, IReadOnlyList(Of DataSeries))

Property Value

Applies to