Show / Hide Table of Contents

Class StorageDescriptor

Stores physical storage information of the data.

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.BigLakeService.v1.Data
Assembly: Google.Apis.BigLakeService.v1.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

The fully qualified Java class name of the input format.

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

LocationUri

Cloud Storage folder URI where the table data is stored, starting with "gs://".

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

OutputFormat

The fully qualified Java class name of the output format.

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

SerdeInfo

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