Modifier and Type | Method and Description |
---|---|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.createItem(T item)
Creates a cosmos item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.createItem(T item,
CosmosItemRequestOptions options) |
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.createItem(T item,
PartitionKey partitionKey,
CosmosItemRequestOptions options)
Creates a cosmos item.
|
reactor.core.publisher.Mono<CosmosAsyncItemResponse> |
CosmosAsyncContainer.deleteItem(String itemId,
PartitionKey partitionKey)
Deletes the item.
|
reactor.core.publisher.Mono<CosmosAsyncItemResponse> |
CosmosAsyncContainer.deleteItem(String itemId,
PartitionKey partitionKey,
CosmosItemRequestOptions options)
Deletes the item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.readItem(String itemId,
PartitionKey partitionKey,
Class<T> itemType)
Reads an item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.readItem(String itemId,
PartitionKey partitionKey,
CosmosItemRequestOptions options,
Class<T> itemType)
Reads an item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.replaceItem(T item,
String itemId,
PartitionKey partitionKey)
Replaces an item with the passed in item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.replaceItem(T item,
String itemId,
PartitionKey partitionKey,
CosmosItemRequestOptions options)
Replaces an item with the passed in item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.upsertItem(T item)
Upserts an item.
|
<T> reactor.core.publisher.Mono<CosmosAsyncItemResponse<T>> |
CosmosAsyncContainer.upsertItem(T item,
CosmosItemRequestOptions options)
Upserts a cosmos item.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.