StoredProcedureResponse class

Extends

Constructors

StoredProcedureResponse(StoredProcedureDefinition & Resource, CosmosHeaders, number, StoredProcedure, CosmosDiagnostics)

Properties

activityId
etag
requestCharge
sproc

Alias for storedProcedure.

A reference to the StoredProcedure which the StoredProcedureDefinition corresponds to.

storedProcedure

A reference to the StoredProcedure which the StoredProcedureDefinition corresponds to.

Inherited Properties

diagnostics
headers
resource
statusCode
substatus

Constructor Details

StoredProcedureResponse(StoredProcedureDefinition & Resource, CosmosHeaders, number, StoredProcedure, CosmosDiagnostics)

new StoredProcedureResponse(resource: StoredProcedureDefinition & Resource, headers: CosmosHeaders, statusCode: number, storedProcedure: StoredProcedure, diagnostics: CosmosDiagnostics)

Parameters

headers
CosmosHeaders
statusCode

number

storedProcedure
StoredProcedure
diagnostics
CosmosDiagnostics

Property Details

activityId

string activityId

Property Value

string

etag

string etag

Property Value

string

requestCharge

number requestCharge

Property Value

number

sproc

Alias for storedProcedure.

A reference to the StoredProcedure which the StoredProcedureDefinition corresponds to.

StoredProcedure sproc

Property Value

storedProcedure

A reference to the StoredProcedure which the StoredProcedureDefinition corresponds to.

storedProcedure: StoredProcedure

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 | (StoredProcedureDefinition & 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