UserResponse class

Extends

Constructors

UserResponse(UserDefinition & Resource, CosmosHeaders, number, User, CosmosDiagnostics)

Properties

activityId
etag
requestCharge
user

A reference to the User corresponding to the returned UserDefinition.

Inherited Properties

diagnostics
headers
resource
statusCode
substatus

Constructor Details

UserResponse(UserDefinition & Resource, CosmosHeaders, number, User, CosmosDiagnostics)

new UserResponse(resource: UserDefinition & Resource, headers: CosmosHeaders, statusCode: number, user: User, diagnostics: CosmosDiagnostics)

Parameters

headers
CosmosHeaders
statusCode

number

user
User
diagnostics
CosmosDiagnostics

Property Details

activityId

string activityId

Property Value

string

etag

string etag

Property Value

string

requestCharge

number requestCharge

Property Value

number

user

A reference to the User corresponding to the returned UserDefinition.

user: User

Property Value

Inherited Property Details

diagnostics

diagnostics: CosmosDiagnostics

Property Value

Inherited From ResourceResponse.diagnostics

headers

headers: CosmosHeaders_2

Property Value

CosmosHeaders_2

Inherited From ResourceResponse.headers

resource

resource: undefined | (UserDefinition & Resource)

Property Value

undefined | (UserDefinition & Resource)

Inherited From ResourceResponse.resource

statusCode

statusCode: number

Property Value

number

Inherited From ResourceResponse.statusCode

substatus

substatus?: number

Property Value

number

Inherited From ResourceResponse.substatus