File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/code-samples/CollectionManagement Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ private static async Task RunCollectionDemo()
149
149
150
150
Console . WriteLine ( "3. Found Offer \n {0}\n using collection's ResourceId {1}.\n " , offer , c1 . ResourceId ) ;
151
151
152
- //********************************************************
153
- //4. List all DocumentCollection resources in a Database
154
- //********************************************************
152
+ //*************************************************
153
+ //4. Get a DocumentCollection by its Id property
154
+ //*************************************************
155
155
DocumentCollection collection = await client . ReadDocumentCollectionAsync ( UriFactory . CreateDocumentCollectionUri ( databaseId , collectionId ) ) ;
156
156
157
157
Console . WriteLine ( "\n 4. Found Collection \n {0}\n " , collection ) ;
You can’t perform that action at this time.
0 commit comments