StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.IJsonSubscriptionParameters Interface Reference

Defines the parameters used for Json subscriptions. More...

Inheritance diagram for Caplin.StreamLink.IJsonSubscriptionParameters:
Caplin.StreamLink.ISubscriptionParameters

Public Member Functions

Caplin.StreamLink.IJsonSubscriptionParameters SetFilter (string filter)
 Sets the filter that restricts the the information returned by the subscription. The filtering is performed by the Liberator, rather than the client, so that bandwidth and client side processing are reduced. More...
 

Detailed Description

Defines the parameters used for Json subscriptions.

To create an instance of JsonSubscriptionParameters, use the IStreamLink.CreateJsonSubscriptionParameters method.

Member Function Documentation

Caplin.StreamLink.IJsonSubscriptionParameters Caplin.StreamLink.IJsonSubscriptionParameters.SetFilter ( string  filter)

Sets the filter that restricts the the information returned by the subscription. The filtering is performed by the Liberator, rather than the client, so that bandwidth and client side processing are reduced.

For more details on the format of the filter string, please see https://goessner.net/articles/JsonPath/.

Parameters
filterThe filter string.
Returns
The updated IJsonSubscriptionParameters object to permit a fluent style.

Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET