public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class BigQueryDestination.
The destination big query dataset to export findings to.
Implements
IMessageBigQueryDestination, IEquatableBigQueryDestination, IDeepCloneableBigQueryDestination, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
BigQueryDestination()
public BigQueryDestination()
BigQueryDestination(BigQueryDestination)
public BigQueryDestination(BigQueryDestination other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryDestination |
Properties
Dataset
public string Dataset { get; set; }
Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.
Property Value | |
---|---|
Type | Description |
string |