BigQuery Audit Data Logging v1 API - Class JobConfiguration.Types.Extract (1.2.0)

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

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobConfiguration.Types.Extract.

Describes an extract job, which exports data to an external source via the export pipeline.

Inheritance

object > JobConfiguration.Types.Extract

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

Extract()

public Extract()

Extract(Extract)

public Extract(JobConfiguration.Types.Extract other)
Parameter
NameDescription
otherJobConfigurationTypesExtract

Properties

DestinationUris

public RepeatedField<string> DestinationUris { get; }

Google Cloud Storage URIs where extracted data should be written.

Property Value
TypeDescription
RepeatedFieldstring

SourceTable

public TableName SourceTable { get; set; }

The source table.

Property Value
TypeDescription
TableName