Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UserResponse class
- Package:
- @azure/cosmos
- 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
- resource
- 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
Inherited Property Details
diagnostics
headers
resource
resource: undefined | (UserDefinition & Resource)
Property Value
undefined | (UserDefinition & Resource)
Inherited From ResourceResponse.resource
