Class BigQueryAuditMetadata.Types.JobConfig.Types.Extract (2.0.0)

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

Extract job configuration.

Inheritance

Object > BigQueryAuditMetadata.Types.JobConfig.Types.Extract

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Extract()

public Extract()

Extract(BigQueryAuditMetadata.Types.JobConfig.Types.Extract)

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

Properties

DestinationUris

public RepeatedField<string> DestinationUris { get; }

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

Property Value
TypeDescription
RepeatedField<String>

DestinationUrisTruncated

public bool DestinationUrisTruncated { get; set; }

True if the destination_URIs field was truncated.

Property Value
TypeDescription
Boolean

SourceCase

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

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