File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/code-samples/Partitioning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ private async Task<HashPartitionResolver> InitializeHashResolver(Database databa
160
160
}
161
161
162
162
/// <summary>
163
- /// Initialize a HashPartitionResolver .
163
+ /// Initialize a RangePartitionResolver .
164
164
/// </summary>
165
165
/// <param name="database">The database to run the samples on.</param>
166
- /// <returns>The created HashPartitionResolver .</returns>
166
+ /// <returns>The created RangePartitionResolver .</returns>
167
167
private async Task < RangePartitionResolver < string > > InitializeRangeResolver ( Database database )
168
168
{
169
169
// Create some collections to partition data.
@@ -363,4 +363,4 @@ private async Task LogDocumentCountsPerCollection(Database database)
363
363
}
364
364
}
365
365
}
366
- }
366
+ }
You can’t perform that action at this time.
0 commit comments