Interface QueryStatus.Builder

    • Method Detail

      • progressPercentage

        QueryStatus.Builder progressPercentage​(Double progressPercentage)

        The progress of the query, expressed as a percentage.

        Parameters:
        progressPercentage - The progress of the query, expressed as a percentage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cumulativeBytesScanned

        QueryStatus.Builder cumulativeBytesScanned​(Long cumulativeBytesScanned)

        The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started.

        Parameters:
        cumulativeBytesScanned - The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cumulativeBytesMetered

        QueryStatus.Builder cumulativeBytesMetered​(Long cumulativeBytesMetered)

        The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes running or when the query is cancelled.

        Parameters:
        cumulativeBytesMetered - The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes running or when the query is cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.