Class BigQueryDestination
The destination BigQuery dataset to export findings to.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class BigQueryDestination : IDirectResponseSchema
Properties
Dataset
Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |