Show / Hide Table of Contents

Class StorageDescriptor

Contains information about how a table's data is stored and accessed by open source query engines.

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

Properties

ETag

The ETag of the item.

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

InputFormat

Optional. Specifies the fully qualified class name of the InputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum length is 128 characters.

Declaration
[JsonProperty("inputFormat")]
public virtual string InputFormat { get; set; }
Property Value
Type Description
string

LocationUri

Optional. The physical location of the table (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-data/pangea-data/*'). The maximum length is 2056 bytes.

Declaration
[JsonProperty("locationUri")]
public virtual string LocationUri { get; set; }
Property Value
Type Description
string

OutputFormat

Optional. Specifies the fully qualified class name of the OutputFormat (e.g. "org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"). The maximum length is 128 characters.

Declaration
[JsonProperty("outputFormat")]
public virtual string OutputFormat { get; set; }
Property Value
Type Description
string

SerdeInfo

Optional. Serializer and deserializer information.

Declaration
[JsonProperty("serdeInfo")]
public virtual SerDeInfo SerdeInfo { get; set; }
Property Value
Type Description
SerDeInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX