public static final class AvroOptions.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AvroOptions |
build()
Creates a
AvroOptions object. |
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).
|
public AvroOptions.Builder setUseAvroLogicalTypes(boolean useAvroLogicalTypes)
public AvroOptions build()
AvroOptions object.Copyright © 2021 Google LLC. All rights reserved.