public sealed class ExportFindingsMetadata : IMessage<ExportFindingsMetadata>, IEquatable<ExportFindingsMetadata>, IDeepCloneable<ExportFindingsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ExportFindingsMetadata.
[[["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."],[],[],null,["# Security Command Center v2 API - Class ExportFindingsMetadata (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.ExportFindingsMetadata)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ExportFindingsMetadata)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ExportFindingsMetadata) \n\n public sealed class ExportFindingsMetadata : IMessage\u003cExportFindingsMetadata\u003e, IEquatable\u003cExportFindingsMetadata\u003e, IDeepCloneable\u003cExportFindingsMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ExportFindingsMetadata.\n\nThe LRO metadata for a ExportFindings request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExportFindingsMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExportFindingsMetadata](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExportFindingsMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExportFindingsMetadata](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExportFindingsMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExportFindingsMetadata](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExportFindingsMetadata), [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### ExportFindingsMetadata()\n\n public ExportFindingsMetadata()\n\n### ExportFindingsMetadata(ExportFindingsMetadata)\n\n public ExportFindingsMetadata(ExportFindingsMetadata other)\n\nProperties\n----------\n\n### BigQueryDestination\n\n public BigQueryDestination BigQueryDestination { get; set; }\n\nRequired. The destination big query dataset to export findings to.\n\n### DestinationCase\n\n public ExportFindingsMetadata.DestinationOneofCase DestinationCase { get; }\n\n### ExportStartTime\n\n public Timestamp ExportStartTime { get; set; }\n\nOptional. Timestamp at which export was started"]]