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)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadata.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 | |
---|---|
Type | Description |
RepeatedField<String> |
DestinationUrisTruncated
public bool DestinationUrisTruncated { get; set; }
True if the destination_URIs field was truncated.
Property Value | |
---|---|
Type | Description |
Boolean |
SourceCase
public BigQueryAuditMetadata.Types.JobConfig.Types.Extract.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.Types.Extract.SourceOneofCase |
SourceModel
public string SourceModel { get; set; }
The source model.
Property Value | |
---|---|
Type | Description |
String |
SourceTable
public string SourceTable { get; set; }
The source table.
Property Value | |
---|---|
Type | Description |
String |