Skip to content

Commit d168f1b

Browse files
author
nianiB9
committed
adjust cursorValue and limit
1 parent 1f1696c commit d168f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher-csharp/Monitor/Examples/GetMonitoringDataFunc.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public virtual IEnumerable<object> Invoke(string accessToken, string requestPath
3434
// Declare variables
3535
//ds-snippet-start:Monitor1Step3
3636
bool complete = false;
37-
string cursorValue = string.Empty;
38-
int limit = 100; // Amount of records you want to read in one request
37+
string cursorValue = "2024-01-01T00:00:00Z";
38+
int limit = 2000; // Amount of records you want to read in one request
3939
List<object> functionResult = new List<object>();
4040

4141
DataSetApi dataSetApi = new DataSetApi(apiClient);

0 commit comments

Comments
 (0)