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.
Implements
IMessage<BigQueryAuditMetadata.Types.JobConfig.Types.Extract>, IEquatable<BigQueryAuditMetadata.Types.JobConfig.Types.Extract>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig.Types.Extract>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Extract()
public Extract()
Extract(BigQueryAuditMetadata.Types.JobConfig.Types.Extract)
public Extract(BigQueryAuditMetadata.Types.JobConfig.Types.Extract other)
Type | Name | Description |
---|---|---|
BigQueryAuditMetadata.Types.JobConfig.Types.Extract | other |
Properties
DestinationUris
public RepeatedField<string> DestinationUris { get; }
URIs where extracted data should be written. Entire list is truncated if exceeds 50K.
Type | Description |
---|---|
RepeatedField<String> |
DestinationUrisTruncated
public bool DestinationUrisTruncated { get; set; }
True if the destination_URIs field was truncated.
Type | Description |
---|---|
Boolean |
SourceCase
public BigQueryAuditMetadata.Types.JobConfig.Types.Extract.SourceOneofCase SourceCase { get; }
Type | Description |
---|---|
BigQueryAuditMetadata.Types.JobConfig.Types.Extract.SourceOneofCase |
SourceModel
public string SourceModel { get; set; }
The source model.
Type | Description |
---|---|
String |
SourceTable
public string SourceTable { get; set; }
The source table.
Type | Description |
---|---|
String |