Show / Hide Table of Contents

Class ParquetOptions

Inheritance
System.Object
ParquetOptions
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ParquetOptions : IDirectResponseSchema

Properties

EnableListInference

[Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.

Declaration
[JsonProperty("enableListInference")]
public virtual bool? EnableListInference { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EnumAsString

[Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.

Declaration
[JsonProperty("enumAsString")]
public virtual bool? EnumAsString { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top