Output only. A Cloud Storage URI of a folder that metadata are exported
to, in the form of
gs://<bucket_name>/<path_inside_bucket>/<export_folder>, where
<export_folder> is automatically generated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eMetadataExport\u003c/code\u003e class within the Google Cloud Dataproc Metastore v1alpha API, which is used for managing metadata export operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadataExport\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality comparisons, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMetadataExport\u003c/code\u003e include \u003ccode\u003eDatabaseDumpType\u003c/code\u003e, \u003ccode\u003eDestinationCase\u003c/code\u003e, \u003ccode\u003eDestinationGcsUri\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eHasDestinationGcsUri\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e, which collectively provide information on the type of database dump, destination, start and end times, and current status of the export operation.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, \u003ccode\u003eMetadataExport()\u003c/code\u003e and \u003ccode\u003eMetadataExport(MetadataExport other)\u003c/code\u003e, allowing for default initialization and initialization based on another \u003ccode\u003eMetadataExport\u003c/code\u003e object, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadataExport\u003c/code\u003e class is found in the namespace \u003ccode\u003eGoogle.Cloud.Metastore.V1Alpha\u003c/code\u003e and is contained within the \u003ccode\u003eGoogle.Cloud.Metastore.V1Alpha.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class MetadataExport (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataExport)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.MetadataExport)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.MetadataExport) \n\n public sealed class MetadataExport : IMessage\u003cMetadataExport\u003e, IEquatable\u003cMetadataExport\u003e, IDeepCloneable\u003cMetadataExport\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class MetadataExport.\n\nThe details of a metadata export operation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MetadataExport \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MetadataExport](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataExport), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MetadataExport](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataExport), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MetadataExport](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataExport), [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.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.dll\n\nConstructors\n------------\n\n### MetadataExport()\n\n public MetadataExport()\n\n### MetadataExport(MetadataExport)\n\n public MetadataExport(MetadataExport other)\n\nProperties\n----------\n\n### DatabaseDumpType\n\n public DatabaseDumpSpec.Types.Type DatabaseDumpType { get; set; }\n\nOutput only. The type of the database dump.\n\n### DestinationCase\n\n public MetadataExport.DestinationOneofCase DestinationCase { get; }\n\n### DestinationGcsUri\n\n public string DestinationGcsUri { get; set; }\n\nOutput only. A Cloud Storage URI of a folder that metadata are exported\nto, in the form of\n`gs://\u003cbucket_name\u003e/\u003cpath_inside_bucket\u003e/\u003cexport_folder\u003e`, where\n`\u003cexport_folder\u003e` is automatically generated.\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nOutput only. The time when the export ended.\n\n### HasDestinationGcsUri\n\n public bool HasDestinationGcsUri { get; }\n\nGets whether the \"destination_gcs_uri\" field is set\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nOutput only. The time when the export started.\n\n### State\n\n public MetadataExport.Types.State State { get; set; }\n\nOutput only. The current state of the export."]]