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.
Implements
IMessageJobConfigurationTypesExtract, IEquatableJobConfigurationTypesExtract, IDeepCloneableJobConfigurationTypesExtract, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
Extract()
public Extract()
Extract(Extract)
public Extract(JobConfiguration.Types.Extract other)
Parameter | |
---|---|
Name | Description |
other | JobConfigurationTypesExtract |
Properties
DestinationUris
public RepeatedField<string> DestinationUris { get; }
Google Cloud Storage URIs where extracted data should be written.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
SourceTable
public TableName SourceTable { get; set; }
The source table.
Property Value | |
---|---|
Type | Description |
TableName |