Class StorageDescriptor
Stores physical storage information of the data.
Implements
Inherited Members
Namespace: Google.Apis.BigLakeService.v1.Data
Assembly: Google.Apis.BigLakeService.v1.dll
Syntax
public class StorageDescriptor : IDirectResponseSchemaProperties
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 |