DSAdvancedOptions MaxRequestsInDataBundle Property DSWS API (.NET)

[This is preliminary documentation and is subject to change.]

Gets or sets the maximum requests that are present inside a data bundle

Namespace: Datastream.DswsApi
Assembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int MaxRequestsInDataBundle { get; set; }
Remarks

The total requests in a bundle is calculated as the sum of number of Instruments * number of DataTypes for each request in the bundle.
Version Information

.NET API Framework

Supported in: 4.1, 3.6
See Also