Interface ElasticPoolActivity

    • Method Detail

      • endTime

        OffsetDateTime endTime()
        Returns:
        the time the operation finished (ISO8601 format)
      • errorCode

        int errorCode()
        Returns:
        the error code if available
      • errorMessage

        String errorMessage()
        Returns:
        the error message if available
      • errorSeverity

        int errorSeverity()
        Returns:
        the error severity if available
      • operation

        String operation()
        Returns:
        the operation name
      • operationId

        String operationId()
        Returns:
        the unique operation ID
      • percentComplete

        int percentComplete()
        Returns:
        the percentage complete if available
      • requestedDatabaseDtuMax

        int requestedDatabaseDtuMax()
        Returns:
        the requested max DTU per database if available
      • requestedDatabaseDtuMin

        int requestedDatabaseDtuMin()
        Returns:
        the requested min DTU per database if available
      • requestedDtu

        int requestedDtu()
        Returns:
        the requested DTU for the pool if available
      • requestedElasticPoolName

        String requestedElasticPoolName()
        Returns:
        the requested name for the Elastic Pool if available
      • requestedStorageLimitInGB

        long requestedStorageLimitInGB()
        Returns:
        the requested storage limit for the pool in GB if available
      • elasticPoolName

        String elasticPoolName()
        Returns:
        the name of the Elastic Pool
      • serverName

        String serverName()
        Returns:
        the name of the Azure SQL Server the Elastic Pool is in
      • startTime

        OffsetDateTime startTime()
        Returns:
        the time the operation started (ISO8601 format)
      • state

        String state()
        Returns:
        the current state of the operation
      • location

        String location()
        Returns:
        the geo-location where the resource lives.
      • requestedStorageLimitInMB

        int requestedStorageLimitInMB()
        Returns:
        the requested storage limit in MB.
      • requestedDatabaseDtuGuarantee

        int requestedDatabaseDtuGuarantee()
        Returns:
        he requested per database DTU guarantee.
      • requestedDatabaseDtuCap

        int requestedDatabaseDtuCap()
        Returns:
        the requested per database DTU cap.
      • requestedDtuGuarantee

        int requestedDtuGuarantee()
        Returns:
        the requested DTU guarantee.