UserDefinedFunctionResponse class

Extends

Constructors

UserDefinedFunctionResponse(UserDefinedFunctionDefinition & Resource, CosmosHeaders, number, UserDefinedFunction, CosmosDiagnostics)

Properties

activityId
etag
requestCharge
udf

Alias for userDefinedFunction(id).

A reference to the UserDefinedFunction corresponding to the returned UserDefinedFunctionDefinition.

userDefinedFunction

A reference to the UserDefinedFunction corresponding to the returned UserDefinedFunctionDefinition.

Inherited Properties

diagnostics
headers
resource
statusCode
substatus

Constructor Details

UserDefinedFunctionResponse(UserDefinedFunctionDefinition & Resource, CosmosHeaders, number, UserDefinedFunction, CosmosDiagnostics)

new UserDefinedFunctionResponse(resource: UserDefinedFunctionDefinition & Resource, headers: CosmosHeaders, statusCode: number, udf: UserDefinedFunction, diagnostics: CosmosDiagnostics)

Parameters

headers
CosmosHeaders
statusCode

number

diagnostics
CosmosDiagnostics

Property Details

activityId

string activityId

Property Value

string

etag

string etag

Property Value

string

requestCharge

number requestCharge

Property Value

number

udf

Alias for userDefinedFunction(id).

A reference to the UserDefinedFunction corresponding to the returned UserDefinedFunctionDefinition.

UserDefinedFunction udf

Property Value

userDefinedFunction

A reference to the UserDefinedFunction corresponding to the returned UserDefinedFunctionDefinition.

userDefinedFunction: UserDefinedFunction

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 | (UserDefinedFunctionDefinition & Resource)

Property Value

Inherited From ResourceResponse.resource

statusCode

statusCode: number

Property Value

number

Inherited From ResourceResponse.statusCode

substatus

substatus?: number

Property Value

number

Inherited From ResourceResponse.substatus