Class CosmosStoredProcedureProperties


  • public class CosmosStoredProcedureProperties
    extends Resource
    • Constructor Detail

      • CosmosStoredProcedureProperties

        public CosmosStoredProcedureProperties()
        Constructor.
      • CosmosStoredProcedureProperties

        public CosmosStoredProcedureProperties​(String id,
                                               String body)
        Constructor.
        Parameters:
        id - the id of the stored procedure
        body - the body of the stored procedure
    • Method Detail

      • body

        public String body()
        Get the body of the stored procedure.
        Returns:
        the body of the stored procedure.
      • body

        public void body​(String body)
        Set the body of the stored procedure.
        Parameters:
        body - the body of the stored procedure.