I
InsightNexus

CosmosSyncStoredProcedure (Azure SDK for Java Reference Documentation)

Author

James Stevens

Published Feb 17, 2026

CosmosSyncStoredProcedure (Azure SDK for Java Reference Documentation)


  • public class CosmosSyncStoredProcedureextends Object

    The type Cosmos sync stored procedure.

    • Constructor Detail

      • CosmosSyncStoredProcedure

        public CosmosSyncStoredProcedure(String id, CosmosSyncContainer container, CosmosStoredProcedure storedProcedure)

        Instantiates a new Cosmos sync stored procedure.

        Parameters:
        id - the id
        container - the container
        storedProcedure - the stored procedure
    • Method Detail

      • id

        public String id()

        Id string.

        Returns:
        the string

Copyright © 2019 Microsoft Corporation. All rights reserved.