Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosUserResponse> |
CosmosDatabase.createUser(CosmosUserProperties settings)
Creates a user After subscription the operation will be performed.
|
reactor.core.publisher.Mono<CosmosUserResponse> |
CosmosUser.delete()
Delete a cosmos user
|
reactor.core.publisher.Mono<CosmosUserResponse> |
CosmosUser.read()
Reads a cosmos user
|
reactor.core.publisher.Mono<CosmosUserResponse> |
CosmosUser.replace(CosmosUserProperties userSettings)
REPLACE a cosmos user
|
reactor.core.publisher.Mono<CosmosUserResponse> |
CosmosDatabase.upsertUser(CosmosUserProperties settings)
Upsert a user.
|
Copyright © 2019. All rights reserved.