Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StoredProcedureDefinition interface

Package:
@azure/cosmos

Properties

body

The body of the StoredProcedure. This is a JavaScript function.

id

The id of the StoredProcedure.

Property Details

body

The body of the StoredProcedure. This is a JavaScript function.

body?: string | (inputs: any[]) => void

Property Value

string | (inputs: any[]) => void

id

The id of the StoredProcedure.

id?: string

Property Value

string