Class ReadClientConnectionConfiguration

  • All Implemented Interfaces:
    Serializable

    public abstract class ReadClientConnectionConfiguration
    extends Object
    implements Serializable
    Represents BigQueryStorage Read client connection information.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadClientConnectionConfiguration

        public ReadClientConnectionConfiguration()
    • Method Detail

      • getTotalToPageRowCountRatio

        public abstract Long getTotalToPageRowCountRatio()
        Returns the totalToPageRowCountRatio in this configuration.
      • getMinResultSize

        public abstract Long getMinResultSize()
        Returns the minResultSize in this configuration.
      • getBufferSize

        public abstract Long getBufferSize()
        Returns the bufferSize in this configuration.