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, IMessageReference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobConfig.Types.Load.
Load job configuration.
Implements
IMessageBigQueryAuditMetadataTypesJobConfigTypesLoad, IEquatableBigQueryAuditMetadataTypesJobConfigTypesLoad, IDeepCloneableBigQueryAuditMetadataTypesJobConfigTypesLoad, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Load()
public Load()Load(Load)
public Load(BigQueryAuditMetadata.Types.JobConfig.Types.Load other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryAuditMetadataTypesJobConfigTypesLoad |
Properties
CreateDisposition
public BigQueryAuditMetadata.Types.CreateDisposition CreateDisposition { get; set; }Destination table create disposition.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesCreateDisposition |
|
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 |
BigQueryAuditMetadataTypesEncryptionInfo |
|
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 |
bool |
|
SourceUris
public RepeatedField<string> SourceUris { get; }URIs for the data to be imported. Entire list is truncated if exceeds 40K.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SourceUrisTruncated
public bool SourceUrisTruncated { get; set; }True if the source_URIs field was truncated.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
WriteDisposition
public BigQueryAuditMetadata.Types.WriteDisposition WriteDisposition { get; set; }Destination table write disposition.
| Property Value | |
|---|---|
| Type | Description |
BigQueryAuditMetadataTypesWriteDisposition |
|