public sealed class BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy : IMessage<BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy>, IEquatable<BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy.
Table copy job configuration.
Implements
IMessageBigQueryAuditMetadataTypesJobConfigTypesTableCopy, IEquatableBigQueryAuditMetadataTypesJobConfigTypesTableCopy, IDeepCloneableBigQueryAuditMetadataTypesJobConfigTypesTableCopy, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
TableCopy()
public TableCopy()
TableCopy(TableCopy)
public TableCopy(BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobConfigTypesTableCopy |
Properties
CreateDisposition
public BigQueryAuditMetadata.Types.CreateDisposition CreateDisposition { get; set; }
Destination table create disposition.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesCreateDisposition |
DestinationExpirationTime
public Timestamp DestinationExpirationTime { get; set; }
Expiration time set on the destination table. Expired tables will be deleted and their storage reclaimed.
Property Value | |
---|---|
Type | Description |
Timestamp |
DestinationTable
public string DestinationTable { get; set; }
Destination table.
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 |
OperationType
public BigQueryAuditMetadata.Types.OperationType OperationType { get; set; }
Supported operation types in the table copy job.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesOperationType |
SourceTables
public RepeatedField<string> SourceTables { get; }
Source tables. Entire list is truncated if exceeds 50K.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
SourceTablesTruncated
public bool SourceTablesTruncated { get; set; }
True if the source_tables 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 |