This repository was archived by the owner on Jul 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/azure/cosmos/examples/queries/sync Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,19 +104,19 @@ private void queriesDemo() throws Exception {
104104 createDocument ();
105105
106106 queryCrossPartitionSyncUsingSessionConsistency ();
107- // queryAllDocuments();
108- // queryWithPagingAndContinuationTokenAndPrintQueryCharge(new CosmosQueryRequestOptions());
109- // queryEquality();
110- // queryInequality();
111- // queryRange();
112- // queryRangeAgainstStrings();
113- // queryOrderBy();
114- // queryWithAggregateFunctions();
115- // querySubdocuments();
116- // queryIntraDocumentJoin();
117- // queryStringMathAndArrayOperators();
118- // queryWithQuerySpec();
119- // parallelQueryWithPagingAndContinuationTokenAndPrintQueryCharge();
107+ queryAllDocuments ();
108+ queryWithPagingAndContinuationTokenAndPrintQueryCharge (new CosmosQueryRequestOptions ());
109+ queryEquality ();
110+ queryInequality ();
111+ queryRange ();
112+ queryRangeAgainstStrings ();
113+ queryOrderBy ();
114+ queryWithAggregateFunctions ();
115+ querySubdocuments ();
116+ queryIntraDocumentJoin ();
117+ queryStringMathAndArrayOperators ();
118+ queryWithQuerySpec ();
119+ parallelQueryWithPagingAndContinuationTokenAndPrintQueryCharge ();
120120
121121 // deleteDocument() is called at shutdown()
122122
You can’t perform that action at this time.
0 commit comments