| Package | Description |
|---|---|
| com.microsoft.azure.cosmos |
| Modifier and Type | Method and Description |
|---|---|
CosmosItem |
CosmosItemResponse.getItem()
Gets the item
|
CosmosItem |
CosmosContainer.getItem(String id)
Gets a CosmosItem object without making a service call
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<FeedResponse<CosmosItem>> |
CosmosContainer.listItems()
Reads all cosmos items in the container.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItem>> |
CosmosContainer.listItems(FeedOptions options)
Reads all cosmos items in a container.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItem>> |
CosmosContainer.queryItems(SqlQuerySpec querySpec,
FeedOptions options)
Query for documents in a items in a container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItem>> |
CosmosContainer.queryItems(String query,
FeedOptions options)
Query for documents in a items in a container
After subscription the operation will be performed.
|
Copyright © 2019. All rights reserved.