StoredProcedureProperties Class

Definition

Represents a stored procedure in the Azure Cosmos DB service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonStoredProcedurePropertiesConverter))]
public class StoredProcedureProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonStoredProcedurePropertiesConverter))>]
type StoredProcedureProperties = class
Public Class StoredProcedureProperties
Inheritance
StoredProcedureProperties
Attributes

Remarks

Azure Cosmos DB allows application logic written entirely in JavaScript to be executed directly inside the database engine under the database transaction. For additional details, refer to the server-side JavaScript API documentation.

Constructors

StoredProcedureProperties()

Initializes a new instance of the Stored Procedure class for the Azure Cosmos DB service.

StoredProcedureProperties(String, String)

Initializes a new instance of the Stored Procedure class for the Azure Cosmos DB service.

Properties

Body

Gets or sets the body of the Azure Cosmos DB stored procedure.

ETag

Gets the entity tag associated with the resource from the Azure Cosmos DB service.

Id

Gets or sets the Id of the resource in the Azure Cosmos DB service.

LastModified

Gets the last modified timestamp associated with StoredProcedureProperties from the Azure Cosmos DB service.

Applies to