public sealed class MetadataManagementActivity : IMessage<MetadataManagementActivity>, IEquatable<MetadataManagementActivity>, IDeepCloneable<MetadataManagementActivity>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class MetadataManagementActivity.
The metadata management activities of the metastore service.
[[["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 page provides reference documentation for the \u003ccode\u003eMetadataManagementActivity\u003c/code\u003e class within the Dataproc Metastore v1alpha API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMetadataManagementActivity\u003c/code\u003e represents the metadata management operations of the metastore service, with version 2.0.0-alpha11 being the latest documented release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadataManagementActivity\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, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eMetadataExports\u003c/code\u003e and \u003ccode\u003eRestores\u003c/code\u003e, which provide information about the latest metadata exports and restores, respectively, using the \u003ccode\u003eRepeatedField\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be instantiated through a default constructor or a copy constructor, which takes another MetadataManagementActivity object as an argument.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class MetadataManagementActivity (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.MetadataManagementActivity)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.MetadataManagementActivity)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.MetadataManagementActivity) \n\n public sealed class MetadataManagementActivity : IMessage\u003cMetadataManagementActivity\u003e, IEquatable\u003cMetadataManagementActivity\u003e, IDeepCloneable\u003cMetadataManagementActivity\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class MetadataManagementActivity.\n\nThe metadata management activities of the metastore service. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MetadataManagementActivity \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MetadataManagementActivity](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataManagementActivity), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MetadataManagementActivity](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataManagementActivity), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MetadataManagementActivity](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.MetadataManagementActivity), [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### MetadataManagementActivity()\n\n public MetadataManagementActivity()\n\n### MetadataManagementActivity(MetadataManagementActivity)\n\n public MetadataManagementActivity(MetadataManagementActivity other)\n\nProperties\n----------\n\n### MetadataExports\n\n public RepeatedField\u003cMetadataExport\u003e MetadataExports { get; }\n\nOutput only. The latest metadata exports of the metastore service.\n\n### Restores\n\n public RepeatedField\u003cRestore\u003e Restores { get; }\n\nOutput only. The latest restores of the metastore service."]]