Google Cloud Audit API - Class BigQueryAuditMetadata.Types.JobConfig.Types.Load (2.2.0)

public sealed class BigQueryAuditMetadata.Types.JobConfig.Types.Load : IMessage<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IEquatable<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobConfig.Types.Load.

Load job configuration.

Inheritance

object > BigQueryAuditMetadata.Types.JobConfig.Types.Load

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Load()

public Load()

Load(Load)

public Load(BigQueryAuditMetadata.Types.JobConfig.Types.Load other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobConfigTypesLoad

Properties

CreateDisposition

public BigQueryAuditMetadata.Types.CreateDisposition CreateDisposition { get; set; }

Destination table create disposition.

Property Value
TypeDescription
BigQueryAuditMetadataTypesCreateDisposition

DestinationTable

public string DestinationTable { get; set; }

The destination table for the import.

Property Value
TypeDescription
string

DestinationTableEncryption

public BigQueryAuditMetadata.Types.EncryptionInfo DestinationTableEncryption { get; set; }

Result table encryption information. Set when non-default encryption is used.

Property Value
TypeDescription
BigQueryAuditMetadataTypesEncryptionInfo

SchemaJson

public string SchemaJson { get; set; }

The table schema in JSON format. Entire field is truncated if exceeds 40K.

Property Value
TypeDescription
string

SchemaJsonTruncated

public bool SchemaJsonTruncated { get; set; }

True if the schema_json field was truncated.

Property Value
TypeDescription
bool

SourceUris

public RepeatedField<string> SourceUris { get; }

URIs for the data to be imported. Entire list is truncated if exceeds 40K.

Property Value
TypeDescription
RepeatedFieldstring

SourceUrisTruncated

public bool SourceUrisTruncated { get; set; }

True if the source_URIs field was truncated.

Property Value
TypeDescription
bool

WriteDisposition

public BigQueryAuditMetadata.Types.WriteDisposition WriteDisposition { get; set; }

Destination table write disposition.

Property Value
TypeDescription
BigQueryAuditMetadataTypesWriteDisposition