Google Cloud Datacatalog V1Physical Schema Args
data class GoogleCloudDatacatalogV1PhysicalSchemaArgs(val avro: Output<GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaArgs>? = null, val csv: Output<GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaArgs>? = null, val orc: Output<GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaArgs>? = null, val parquet: Output<GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaArgs>? = null, val protobuf: Output<GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaArgs>? = null, val thrift: Output<GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaArgs>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1PhysicalSchemaArgs>
Native schema used by a resource represented as an entry. Used by query engines for deserializing and parsing source data.
Constructors
Link copied to clipboard
constructor(avro: Output<GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaArgs>? = null, csv: Output<GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaArgs>? = null, orc: Output<GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaArgs>? = null, parquet: Output<GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaArgs>? = null, protobuf: Output<GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaArgs>? = null, thrift: Output<GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaArgs>? = null)
Properties
Link copied to clipboard
Schema in Avro JSON format.
Link copied to clipboard
Marks a CSV-encoded data source.
Link copied to clipboard
Marks an ORC-encoded data source.
Link copied to clipboard
Marks a Parquet-encoded data source.
Link copied to clipboard
Schema in protocol buffer format.
Link copied to clipboard
Schema in Thrift format.