Interface SqlDatabase

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String colls()
      Get a system generated property that specified the addressable path of the collections resource.
      String etag()
      Get a system generated property representing the resource etag required for optimistic concurrency control.
      String rid()
      Get a system generated property.
      String sqlDatabaseId()
      Get name of the Cosmos DB SQL database.
      Object ts()
      Get a system generated property that denotes the last updated timestamp of the resource.
      String users()
      Get a system generated property that specifies the addressable path of the users resource.
    • Method Detail

      • sqlDatabaseId

        String sqlDatabaseId()
        Get name of the Cosmos DB SQL database.
        Returns:
        the sqlDatabaseId value
      • rid

        String rid()
        Get a system generated property. A unique identifier.
        Returns:
        the rid value
      • ts

        Object ts()
        Get a system generated property that denotes the last updated timestamp of the resource.
        Returns:
        the ts value
      • etag

        String etag()
        Get a system generated property representing the resource etag required for optimistic concurrency control.
        Returns:
        the etag value
      • colls

        String colls()
        Get a system generated property that specified the addressable path of the collections resource.
        Returns:
        the colls value
      • users

        String users()
        Get a system generated property that specifies the addressable path of the users resource.
        Returns:
        the users value