Class TableResource


  • public class TableResource
    extends Object
    Cosmos DB table id object.
    • Constructor Detail

      • TableResource

        public TableResource()
    • Method Detail

      • id

        public String id()
        Get name of the Cosmos DB table.
        Returns:
        the id value
      • withId

        public TableResource withId​(String id)
        Set name of the Cosmos DB table.
        Parameters:
        id - the id value to set
        Returns:
        the TableResource object itself.