public sealed class Load : IMessage<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IEquatable<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IBufferMessage, IMessage
Load job configuration.
Implements
IMessage<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IEquatable<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig.Types.Load>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Load()
public Load()
Load(BigQueryAuditMetadata.Types.JobConfig.Types.Load)
public Load(BigQueryAuditMetadata.Types.JobConfig.Types.Load other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadata.Types.JobConfig.Types.Load |
Properties
CreateDisposition
public BigQueryAuditMetadata.Types.CreateDisposition CreateDisposition { get; set; }
Destination table create disposition.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.CreateDisposition |
DestinationTable
public string DestinationTable { get; set; }
The destination table for the import.
Property Value | |
---|---|
Type | Description |
String |
DestinationTableEncryption
public BigQueryAuditMetadata.Types.EncryptionInfo DestinationTableEncryption { get; set; }
Result table encryption information. Set when non-default encryption is used.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.EncryptionInfo |
SchemaJson
public string SchemaJson { get; set; }
The table schema in JSON format. Entire field is truncated if exceeds 40K.
Property Value | |
---|---|
Type | Description |
String |
SchemaJsonTruncated
public bool SchemaJsonTruncated { get; set; }
True if the schema_json field was truncated.
Property Value | |
---|---|
Type | Description |
Boolean |
SourceUris
public RepeatedField<string> SourceUris { get; }
URIs for the data to be imported. Entire list is truncated if exceeds 40K.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
SourceUrisTruncated
public bool SourceUrisTruncated { get; set; }
True if the source_URIs field was truncated.
Property Value | |
---|---|
Type | Description |
Boolean |
WriteDisposition
public BigQueryAuditMetadata.Types.WriteDisposition WriteDisposition { get; set; }
Destination table write disposition.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.WriteDisposition |