PermissionResponse Class

Definition

The cosmos permission response

public class PermissionResponse : Microsoft.Azure.Cosmos.Response<Microsoft.Azure.Cosmos.PermissionProperties>
type PermissionResponse = class
    inherit Response<PermissionProperties>
Public Class PermissionResponse
Inherits Response(Of PermissionProperties)
Inheritance
PermissionResponse

Constructors

PermissionResponse()

Create a PermissionResponse as a no-op for mock testing

Properties

ActivityId

Gets the activity ID for the request from the Azure Cosmos DB service.

Diagnostics

Gets the cosmos diagnostics information for the current request to Azure Cosmos DB service

ETag

Gets the entity tag associated with the resource from the Azure Cosmos DB service.

Headers

Gets the current ResponseMessage HTTP headers.

Permission

The reference to the cosmos permission. This allows additional operations on the permission or for easy access permissions

RequestCharge

Gets the request charge for this request from the Azure Cosmos DB service.

Resource

The content of the response.

StatusCode

Gets the request completion status code from the Azure Cosmos DB service. This can be used to in scenario like CreateDatabaseIfNotExists to help determine if the database was created or already existed.

Operators

Implicit(PermissionResponse to Permission)

Get Permission implicitly from PermissionResponse

Applies to