We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6bd6d commit dccb4e6Copy full SHA for dccb4e6
1 file changed
launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs
@@ -35,7 +35,7 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
35
//ds-snippet-start:Monitor1Step3
36
bool complete = false;
37
string cursorValue = string.Empty;
38
- int limit = 2; // Amount of records you want to read in one request
+ int limit = 100; // Amount of records you want to read in one request
39
List<object> functionResult = new List<object>();
40
41
DataSetApi dataSetApi = new DataSetApi(apiClient);
0 commit comments