Security Command Center v2 API - Class BigQueryDestination (1.2.0)

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.

Inheritance

object > BigQueryDestination

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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