[[["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\u003eThe \u003ccode\u003eMetadataImport\u003c/code\u003e class in the Dataproc Metastore v1beta API manages the import of metadata, acting as a resource within the metastore service.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties such as \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e to track the import process, including when it started, finished, and was last updated.\u003c/p\u003e\n"],["\u003cp\u003eIt supports database dumps through the \u003ccode\u003eDatabaseDump\u003c/code\u003e property, enabling the import of data from an existing metastore database.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property provides the unique identifier for each metadata import instance, following a structured format to locate it within a project and service.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eState\u003c/code\u003e property reflects the current status of a metadata import, providing insights into whether the import is ongoing, completed, or in another state.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class MetadataImport (2.0.0-beta11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.MetadataImport)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.MetadataImport)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.MetadataImport) \n\n public sealed class MetadataImport : IMessage\u003cMetadataImport\u003e, IEquatable\u003cMetadataImport\u003e, IDeepCloneable\u003cMetadataImport\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1beta API class MetadataImport.\n\nA metastore resource that imports metadata. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MetadataImport \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MetadataImport](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.MetadataImport), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MetadataImport](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.MetadataImport), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MetadataImport](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.MetadataImport), [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.V1Beta](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Beta.dll\n\nConstructors\n------------\n\n### MetadataImport()\n\n public MetadataImport()\n\n### MetadataImport(MetadataImport)\n\n public MetadataImport(MetadataImport other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the metadata import was started.\n\n### DatabaseDump\n\n public MetadataImport.Types.DatabaseDump DatabaseDump { get; set; }\n\nImmutable. A database dump from a pre-existing metastore's database.\n\n### Description\n\n public string Description { get; set; }\n\nThe description of the metadata import.\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nOutput only. The time when the metadata import finished.\n\n### MetadataCase\n\n public MetadataImport.MetadataOneofCase MetadataCase { get; }\n\n### MetadataImportName\n\n public MetadataImportName MetadataImportName { get; set; }\n\n[MetadataImportName](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.MetadataImportName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.MetadataImport#Google_Cloud_Metastore_V1Beta_MetadataImport_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nImmutable. The relative resource name of the metadata import, of the form:\n\n`projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}`.\n\n### State\n\n public MetadataImport.Types.State State { get; set; }\n\nOutput only. The current state of the metadata import.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time when the metadata import was last updated."]]