We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3379e1 commit fcf27a1Copy full SHA for fcf27a1
samples/documentdb-benchmark/Program.cs
@@ -140,7 +140,7 @@ private async Task RunAsync()
140
metricCollectionDefinition.Id = MetricCollectionName;
141
metricCollectionDefinition.DefaultTimeToLive = defaultTimeToLive;
142
143
- await ExecuteWithRetries<ResourceResponse<DocumentCollection>>(
+ metricCollection = await ExecuteWithRetries<ResourceResponse<DocumentCollection>>(
144
this.client,
145
() => client.CreateDocumentCollectionAsync(
146
UriFactory.CreateDatabaseUri(DatabaseName),
0 commit comments