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

public sealed class 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(JobConfiguration.Types.Extract)

public Extract(JobConfiguration.Types.Extract other)
Parameter
Name Description
other JobConfiguration.Types.Extract

Properties

DestinationUris

public RepeatedField<string> DestinationUris { get; }

Google Cloud Storage URIs where extracted data should be written.

Property Value
Type Description
RepeatedField<String>

SourceTable

public TableName SourceTable { get; set; }

The source table.

Property Value
Type Description
TableName