Package version:
Readonly
containerThe parent Container.
Readonly
idThe id of the given StoredProcedure.
Returns a reference URL to the resource. Used for linking in Permissions.
Delete the given StoredProcedure.
Optional
options: RequestOptionsExecute the given StoredProcedure.
The specified type, T, is not enforced by the client. Be sure to validate the response from the stored procedure matches the type, T, you provide.
The partition key to use when executing the stored procedure
Optional
params: any[]Array of parameters to pass as arguments to the given StoredProcedure.
Optional
options: RequestOptionsAdditional options, such as the partition key to invoke the StoredProcedure on.
Read the StoredProcedureDefinition for the given StoredProcedure.
Optional
options: RequestOptionsReplace the given StoredProcedure with the specified StoredProcedureDefinition.
The specified StoredProcedureDefinition to replace the existing definition.
Optional
options: RequestOptions
Operations for reading, replacing, deleting, or executing a specific, existing stored procedure by id.
For operations to create, read all, or query Stored Procedures,