Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
Mono<CosmosPermissionResponse> |
CosmosAsyncUser.createPermission(CosmosPermissionProperties permissionProperties,
CosmosPermissionRequestOptions options)
Creates a permission.
|
Mono<CosmosPermissionResponse> |
CosmosAsyncPermission.delete(CosmosPermissionRequestOptions options)
Deletes a permission.
|
Mono<CosmosPermissionResponse> |
CosmosAsyncPermission.read(CosmosPermissionRequestOptions options)
Reads a permission.
|
Mono<CosmosPermissionResponse> |
CosmosAsyncPermission.replace(CosmosPermissionProperties permissionProperties,
CosmosPermissionRequestOptions options)
Replaces a permission.
|
Mono<CosmosPermissionResponse> |
CosmosAsyncUser.upsertPermission(CosmosPermissionProperties permissionProperties,
CosmosPermissionRequestOptions options)
Upserts a permission.
|
Modifier and Type | Method and Description |
---|---|
CosmosPermissionRequestOptions |
CosmosPermissionRequestOptions.setIfMatchETag(String ifMatchETag)
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
|
CosmosPermissionRequestOptions |
CosmosPermissionRequestOptions.setIfNoneMatchETag(String ifNoneMatchETag)
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.