The dataset to write findings' updates to. Its format is
"projects/[project_id]/datasets/[bigquery_dataset_id]".
BigQuery dataset unique ID must contain only letters (a-z, A-Z), numbers
(0-9), or underscores (_).
Expression that defines the filter to apply across create/update events
of findings. The expression is a list of zero or more restrictions combined
via logical operators AND and OR. Parentheses are supported, and OR
has higher precedence than AND.
Restrictions have the form <field> <operator> <value> and may have a
- character in front of them to indicate negation. The fields map to
those defined in the corresponding resource.
Output only. Email address of the user who last edited the BigQuery export.
This field is set by the server and will be ignored if provided on export
creation or update.
Output only. The most recent time at which the BigQuery export was updated.
This field is set by the server and will be ignored if provided on export
creation or update.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eBigQueryExport\u003c/code\u003e class within the Security Command Center v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryExport\u003c/code\u003e class configures the delivery of Findings to a BigQuery instance.\u003c/p\u003e\n"],["\u003cp\u003eIt allows setting properties such as \u003ccode\u003eDataset\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eFilter\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e to customize how findings are exported.\u003c/p\u003e\n"],["\u003cp\u003eKey attributes of \u003ccode\u003eBigQueryExport\u003c/code\u003e include details on creation and update times, along with information on the most recent editor and the service account involved.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class BigQueryExport (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.BigQueryExport)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.BigQueryExport) \n\n public sealed class BigQueryExport : IMessage\u003cBigQueryExport\u003e, IEquatable\u003cBigQueryExport\u003e, IDeepCloneable\u003cBigQueryExport\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class BigQueryExport.\n\nConfigures how to deliver Findings to BigQuery Instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BigQueryExport \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BigQueryExport](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BigQueryExport](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BigQueryExport](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### BigQueryExport()\n\n public BigQueryExport()\n\n### BigQueryExport(BigQueryExport)\n\n public BigQueryExport(BigQueryExport other)\n\nProperties\n----------\n\n### BigQueryExportName\n\n public BigQueryExportName BigQueryExportName { get; set; }\n\n[BigQueryExportName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExportName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport#Google_Cloud_SecurityCenter_V2_BigQueryExport_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time at which the BigQuery export was created.\nThis field is set by the server and will be ignored if provided on export\non creation.\n\n### Dataset\n\n public string Dataset { get; set; }\n\nThe dataset to write findings' updates to. Its format is\n\"projects/\\[project_id\\]/datasets/\\[bigquery_dataset_id\\]\".\nBigQuery dataset unique ID must contain only letters (a-z, A-Z), numbers\n(0-9), or underscores (_).\n\n### Description\n\n public string Description { get; set; }\n\nThe description of the export (max of 1024 characters).\n\n### Filter\n\n public string Filter { get; set; }\n\nExpression that defines the filter to apply across create/update events\nof findings. The expression is a list of zero or more restrictions combined\nvia logical operators `AND` and `OR`. Parentheses are supported, and `OR`\nhas higher precedence than `AND`.\n\nRestrictions have the form `\u003cfield\u003e \u003coperator\u003e \u003cvalue\u003e` and may have a\n`-` character in front of them to indicate negation. The fields map to\nthose defined in the corresponding resource.\n\nThe supported operators are:\n\n- `=` for all value types.\n- `\u003e`, `\u003c`, `\u003e=`, `\u003c=` for integer values.\n- `:`, meaning substring matching, for strings.\n\nThe supported value types are:\n\n- string literals in quotes.\n- integer literals without quotes.\n- boolean literals `true` and `false` without quotes.\n\n### MostRecentEditor\n\n public string MostRecentEditor { get; set; }\n\nOutput only. Email address of the user who last edited the BigQuery export.\nThis field is set by the server and will be ignored if provided on export\ncreation or update.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The relative resource name of this export. See:\n\u003chttps://cloud.google.com/apis/design/resource_names#relative_resource_name\u003e.\nThe following list shows some examples:\n\n+\n`organizations/{organization_id}/locations/{location_id}/bigQueryExports/{export_id}`\n\n- `folders/{folder_id}/locations/{location_id}/bigQueryExports/{export_id}` + `projects/{project_id}/locations/{location_id}/bigQueryExports/{export_id}`\n\nThis field is provided in responses, and is ignored when provided in create\nrequests.\n\n### Principal\n\n public string Principal { get; set; }\n\nOutput only. The service account that needs permission to create table and\nupload data to the BigQuery dataset.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The most recent time at which the BigQuery export was updated.\nThis field is set by the server and will be ignored if provided on export\ncreation or update."]]