Modifier and Type | Method and Description |
---|---|
CosmosItemProperties |
CosmosItemProperties.id(String id)
Sets the id
|
CosmosItemProperties |
CosmosItemResponse.properties()
Gets the itemSettings
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<FeedResponse<CosmosItemProperties>> |
CosmosContainer.queryChangeFeedItems(ChangeFeedOptions changeFeedOptions)
Query for documents in a items in a container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItemProperties>> |
CosmosContainer.queryItems(SqlQuerySpec querySpec)
Query for documents in a items in a container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItemProperties>> |
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<CosmosItemProperties>> |
CosmosContainer.queryItems(String query)
Query for documents in a items in a container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItemProperties>> |
CosmosContainer.queryItems(String query,
FeedOptions options)
Query for documents in a items in a container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItemProperties>> |
CosmosContainer.readAllItems()
Reads all cosmos items in the container.
|
reactor.core.publisher.Flux<FeedResponse<CosmosItemProperties>> |
CosmosContainer.readAllItems(FeedOptions options)
Reads all cosmos items in a container.
|
Modifier and Type | Method and Description |
---|---|
ChangeFeedProcessor.BuilderDefinition |
ChangeFeedProcessor.BuilderDefinition.handleChanges(Consumer<List<CosmosItemProperties>> consumer)
Sets a consumer function which will be called to process changes.
|
Copyright © 2019. All rights reserved.