Class AvroOptions.Builder

  • Enclosing class:
    AvroOptions

    public static final class AvroOptions.Builder
    extends Object
    • Method Detail

      • setUseAvroLogicalTypes

        public AvroOptions.Builder setUseAvroLogicalTypes​(boolean useAvroLogicalTypes)
        [Optional] Sets whether BigQuery should interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
      • build

        public AvroOptions build()
        Creates a AvroOptions object.