Google Cloud Audit API - Class BigQueryAuditMetadata.Types.JobConfig.Types.Extract (2.4.0)

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

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

Extract job configuration.

Inheritance

object > BigQueryAuditMetadata.Types.JobConfig.Types.Extract

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Extract()

public Extract()

Extract(Extract)

public Extract(BigQueryAuditMetadata.Types.JobConfig.Types.Extract other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobConfigTypesExtract

Properties

DestinationUris

public RepeatedField<string> DestinationUris { get; }

URIs where extracted data should be written. Entire list is truncated if exceeds 50K.

Property Value
TypeDescription
RepeatedFieldstring

DestinationUrisTruncated

public bool DestinationUrisTruncated { get; set; }

True if the destination_URIs field was truncated.

Property Value
TypeDescription
bool

HasSourceModel

public bool HasSourceModel { get; }

Gets whether the "source_model" field is set

Property Value
TypeDescription
bool

HasSourceTable

public bool HasSourceTable { get; }

Gets whether the "source_table" field is set

Property Value
TypeDescription
bool

SourceCase

public BigQueryAuditMetadata.Types.JobConfig.Types.Extract.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigTypesExtractSourceOneofCase

SourceModel

public string SourceModel { get; set; }

The source model.

Property Value
TypeDescription
string

SourceTable

public string SourceTable { get; set; }

The source table.

Property Value
TypeDescription
string